![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <PoissonSolverFFT.hpp>
Collaboration diagram for walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >:Public Types | |
| using | backend = heffte::backend::fftw |
Public Member Functions | |
| heffte_container (heffte::plan_options const &options, auto const &grid_range) | |
Public Attributes | |
| std::unique_ptr< heffte::box3d<> > | box_in |
| std::unique_ptr< heffte::box3d<> > | box_out |
| std::unique_ptr< heffte::fft3d< backend > > | fft |
| std::unique_ptr< heffte::fft3d< backend >::buffer_container< ComplexType > > | buffer |
Definition at line 145 of file PoissonSolverFFT.hpp.
| using walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::backend = heffte::backend::fftw |
Definition at line 149 of file PoissonSolverFFT.hpp.
|
inline |
Definition at line 157 of file PoissonSolverFFT.hpp.
References walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::box_in, walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::box_out, walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::buffer, stream, and walberla::to_array().
| std::unique_ptr<heffte::box3d<> > walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::box_in |
Definition at line 151 of file PoissonSolverFFT.hpp.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::heffte_container().
| std::unique_ptr<heffte::box3d<> > walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::box_out |
Definition at line 152 of file PoissonSolverFFT.hpp.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::heffte_container().
| std::unique_ptr<heffte::fft3d<backend>::buffer_container<ComplexType> > walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::buffer |
Definition at line 155 of file PoissonSolverFFT.hpp.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::heffte_container().
| std::unique_ptr<heffte::fft3d<backend> > walberla::PoissonSolverFFT< FloatType, Architecture >::heffte_container< ComplexType >::fft |
Definition at line 153 of file PoissonSolverFFT.hpp.