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

#include <None.hpp>

+ Inheritance diagram for walberla::None< FloatType >:
+ Collaboration diagram for walberla::None< FloatType >:

Public Member Functions

 None (std::shared_ptr< LatticeWalberla > lattice)
 
 ~None () override=default
 
void reset_charge_field () override
 
void add_charge_to_field (std::size_t, double, bool) override
 
std::size_t get_potential_field_id () const noexcept override
 
void solve () override
 
- Public Member Functions inherited from walberla::PoissonSolver
 PoissonSolver (std::shared_ptr< LatticeWalberla > lattice, double permittivity)
 
virtual ~PoissonSolver ()=default
 
void set_permittivity (double permittivity) noexcept
 
double get_permittivity () const noexcept
 
auto const & get_lattice () const noexcept
 

Detailed Description

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

Definition at line 35 of file walberla_bridge/include/walberla_bridge/electrokinetics/PoissonSolver/None.hpp.

Constructor & Destructor Documentation

◆ None()

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

◆ ~None()

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

Member Function Documentation

◆ add_charge_to_field()

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

◆ get_potential_field_id()

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

◆ reset_charge_field()

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

◆ solve()

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

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