![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <PoissonSolverFFT.hpp>
Inheritance diagram for walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >:
Collaboration diagram for walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >:Public Member Functions | |
| VTKWriter (ConstBlockDataID const &block_id, std::string const &id, FloatType unit_conversion) | |
| void | set_content (VecType content) |
| void | set_dims (Vector3< uint_t > dims) |
Protected Member Functions | |
| void | configure () override |
| std::size_t | get_first_index (cell_idx_t const x, cell_idx_t const y, cell_idx_t const z) |
Protected Attributes | |
| FloatType | m_conversion |
| VecType | m_content |
| Vector3< uint_t > | m_dims |
Definition at line 521 of file PoissonSolverFFT.hpp.
|
inline |
Definition at line 523 of file PoissonSolverFFT.hpp.
|
inlineoverrideprotected |
Definition at line 529 of file PoissonSolverFFT.hpp.
|
inlineprotected |
Definition at line 531 of file PoissonSolverFFT.hpp.
References walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::m_dims.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::PotentialVTKWriter< OutputType >::evaluate().
|
inline |
Definition at line 544 of file PoissonSolverFFT.hpp.
|
inline |
Definition at line 546 of file PoissonSolverFFT.hpp.
References walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::m_dims.
|
protected |
|
protected |
Definition at line 539 of file PoissonSolverFFT.hpp.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::PotentialVTKWriter< OutputType >::evaluate().
|
protected |
Definition at line 541 of file PoissonSolverFFT.hpp.
Referenced by walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::get_first_index(), and walberla::PoissonSolverFFT< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::set_dims().