ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
walberla::PoissonSolverNone< FloatType > Class Template Reference

#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< doubleget_node_potential (Utils::Vector3i const &, bool consider_ghosts=false) override
 
std::vector< doubleget_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 constget_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< VTKHandlecreate_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.
 

Detailed Description

template<typename FloatType>
class walberla::PoissonSolverNone< FloatType >

Definition at line 34 of file PoissonSolverNone.hpp.

Constructor & Destructor Documentation

◆ PoissonSolverNone()

template<typename FloatType >
walberla::PoissonSolverNone< FloatType >::PoissonSolverNone ( std::shared_ptr< LatticeWalberla lattice)
inlineexplicit

Definition at line 41 of file PoissonSolverNone.hpp.

References walberla::PoissonSolver::get_lattice().

◆ ~PoissonSolverNone()

template<typename FloatType >
walberla::PoissonSolverNone< FloatType >::~PoissonSolverNone ( )
overridedefault

Member Function Documentation

◆ add_charge_to_field()

template<typename FloatType >
void walberla::PoissonSolverNone< FloatType >::add_charge_to_field ( std::size_t  ,
double   
)
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 50 of file PoissonSolverNone.hpp.

◆ get_node_potential()

template<typename FloatType >
std::optional< double > walberla::PoissonSolverNone< FloatType >::get_node_potential ( Utils::Vector3i const ,
bool  consider_ghosts = false 
)
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 57 of file PoissonSolverNone.hpp.

◆ get_potential_field_id()

template<typename FloatType >
std::size_t walberla::PoissonSolverNone< FloatType >::get_potential_field_id ( ) const
inlineoverridevirtualnoexcept

Implements walberla::PoissonSolver.

Definition at line 52 of file PoissonSolverNone.hpp.

◆ get_slice_potential()

template<typename FloatType >
std::vector< double > walberla::PoissonSolverNone< FloatType >::get_slice_potential ( Utils::Vector3i const ,
Utils::Vector3i const  
) const
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 63 of file PoissonSolverNone.hpp.

◆ is_double_precision()

template<typename FloatType >
bool walberla::PoissonSolverNone< FloatType >::is_double_precision ( ) const
inlineoverridevirtualnoexcept

Implements walberla::PoissonSolver.

Definition at line 72 of file PoissonSolverNone.hpp.

◆ is_gpu()

template<typename FloatType >
bool walberla::PoissonSolverNone< FloatType >::is_gpu ( ) const
inlineoverridevirtualnoexcept

Implements walberla::PoissonSolver.

Definition at line 71 of file PoissonSolverNone.hpp.

◆ reset_charge_field()

template<typename FloatType >
void walberla::PoissonSolverNone< FloatType >::reset_charge_field ( )
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 49 of file PoissonSolverNone.hpp.

◆ setup_fft()

template<typename FloatType >
void walberla::PoissonSolverNone< FloatType >::setup_fft ( bool  )
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 69 of file PoissonSolverNone.hpp.

◆ solve()

template<typename FloatType >
void walberla::PoissonSolverNone< FloatType >::solve ( )
inlineoverridevirtual

Implements walberla::PoissonSolver.

Definition at line 68 of file PoissonSolverNone.hpp.


The documentation for this class was generated from the following file: