![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <PoissonSolverNone.hpp>
Inheritance diagram for walberla::PoissonSolverNone< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >:
Collaboration diagram for walberla::PoissonSolverNone< 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 249 of file PoissonSolverNone.hpp.
|
inline |
Definition at line 251 of file PoissonSolverNone.hpp.
|
inlineoverrideprotected |
Definition at line 257 of file PoissonSolverNone.hpp.
|
inlineprotected |
Definition at line 259 of file PoissonSolverNone.hpp.
References walberla::PoissonSolverNone< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::m_dims.
Referenced by walberla::PoissonSolverNone< FloatType, Architecture >::PotentialVTKWriter< OutputType >::evaluate().
|
inline |
Definition at line 272 of file PoissonSolverNone.hpp.
|
inline |
Definition at line 274 of file PoissonSolverNone.hpp.
References walberla::PoissonSolverNone< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::m_dims.
|
protected |
|
protected |
Definition at line 267 of file PoissonSolverNone.hpp.
Referenced by walberla::PoissonSolverNone< FloatType, Architecture >::PotentialVTKWriter< OutputType >::evaluate().
|
protected |
Definition at line 269 of file PoissonSolverNone.hpp.
Referenced by walberla::PoissonSolverNone< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::get_first_index(), and walberla::PoissonSolverNone< FloatType, Architecture >::VTKWriter< VecType, F_SIZE_ARG, OutputType >::set_dims().