![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <PoissonSolverNone.hpp>
Inheritance diagram for walberla::PoissonSolverNone< FloatType >:
Collaboration diagram for walberla::PoissonSolverNone< FloatType >:Public Member Functions | |
| PoissonSolverNone (std::shared_ptr< LatticeWalberla > lattice) | |
| ~PoissonSolverNone () override=default | |
| void | reset_charge_field () override |
| void | add_charge_to_field (std::size_t, double) override |
| std::size_t | get_potential_field_id () const noexcept override |
| std::optional< double > | get_node_potential (Utils::Vector3i const &, bool consider_ghosts=false) override |
| std::vector< double > | get_slice_potential (Utils::Vector3i const &, Utils::Vector3i const &) const override |
| void | solve () override |
| void | setup_fft (bool) override |
| bool | is_gpu () const noexcept override |
| bool | is_double_precision () const noexcept override |
Public Member Functions inherited from walberla::PoissonSolver | |
| PoissonSolver (std::shared_ptr< LatticeWalberla > lattice, double permittivity) | |
| ~PoissonSolver () override=default | |
| virtual void | set_permittivity (double permittivity) noexcept |
| virtual double | get_permittivity () const noexcept |
| LatticeWalberla const & | get_lattice () const noexcept override |
| void | register_vtk_field_writers (walberla::vtk::VTKOutput &, LatticeModel::units_map const &, int) override |
Public Member Functions inherited from LatticeModel | |
| virtual | ~LatticeModel ()=default |
| std::shared_ptr< VTKHandle > | create_vtk (int delta_N, int initial_count, int flag_observables, units_map const &units_conversion, std::string const &identifier, std::string const &base_folder, std::string const &prefix, bool force_pvtu) |
| Create a VTK observable. | |
| void | write_vtk (std::string const &vtk_uid) |
| Write a VTK observable to disk. | |
| void | switch_vtk (std::string const &vtk_uid, bool status) |
| Toggle a VTK observable on/off. | |
Additional Inherited Members | |
Public Types inherited from LatticeModel | |
| using | units_map = std::unordered_map< std::string, double > |
Protected Member Functions inherited from walberla::PoissonSolver | |
| void | integrate_vtk_writers () override |
| void | register_vtk_field_filters (walberla::vtk::VTKOutput &) override |
Protected Attributes inherited from LatticeModel | |
| std::map< std::string, std::shared_ptr< VTKHandle > > | m_vtk_auto |
| VTK writers that are executed automatically. | |
| std::map< std::string, std::shared_ptr< VTKHandle > > | m_vtk_manual |
| VTK writers that are executed manually. | |
Definition at line 34 of file PoissonSolverNone.hpp.
|
inlineexplicit |
Definition at line 41 of file PoissonSolverNone.hpp.
References walberla::PoissonSolver::get_lattice().
|
overridedefault |
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 50 of file PoissonSolverNone.hpp.
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 57 of file PoissonSolverNone.hpp.
|
inlineoverridevirtualnoexcept |
Implements walberla::PoissonSolver.
Definition at line 52 of file PoissonSolverNone.hpp.
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 63 of file PoissonSolverNone.hpp.
|
inlineoverridevirtualnoexcept |
Implements walberla::PoissonSolver.
Definition at line 72 of file PoissonSolverNone.hpp.
|
inlineoverridevirtualnoexcept |
Implements walberla::PoissonSolver.
Definition at line 71 of file PoissonSolverNone.hpp.
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 49 of file PoissonSolverNone.hpp.
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 69 of file PoissonSolverNone.hpp.
|
inlineoverridevirtual |
Implements walberla::PoissonSolver.
Definition at line 68 of file PoissonSolverNone.hpp.