ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Namespaces | |
namespace | traits |
Classes | |
class | Actor |
struct | LongRangeEnergy |
struct | LongRangeField |
struct | LongRangeForce |
struct | ShortRangeEnergyKernel |
struct | ShortRangeForceKernel |
struct | Solver |
Typedefs | |
using | MagnetostaticsActor = std::variant< std::shared_ptr< DipolarDirectSum >, std::shared_ptr< DipolarDirectSumGpu >, std::shared_ptr< DipolarP3M >, std::shared_ptr< DipolarScafacos >, std::shared_ptr< DipolarLayerCorrection > > |
Functions | |
Solver const & | get_dipoles () |
using Dipoles::MagnetostaticsActor = typedef std::variant<std::shared_ptr<DipolarDirectSum>, std::shared_ptr<DipolarDirectSumGpu>, std::shared_ptr<DipolarP3M>, std::shared_ptr<DipolarScafacos>, std::shared_ptr<DipolarLayerCorrection> > |
Definition at line 46 of file dipoles.hpp.
Solver const & Dipoles::get_dipoles | ( | ) |
Definition at line 49 of file dipoles.cpp.
References System::System::dipoles, and System::get_system().
Referenced by add_non_bonded_pair_virials(), calc_long_range_forces(), and System::System::calculate_pressure().