ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <actor.hpp>
Public Member Functions | |
void | set_prefactor (double new_prefactor) |
Public Member Functions inherited from System::Leaf< Actor< Class > > | |
void | bind_system (std::shared_ptr< System > const &system) |
void | detach_system (std::shared_ptr< System > const &system) |
Public Attributes | |
double | prefactor = 0. |
Magnetostatics prefactor. | |
Additional Inherited Members | |
Protected Member Functions inherited from System::Leaf< Actor< Class > > | |
auto & | get_system () |
auto & | get_system () const |
Protected Attributes inherited from System::Leaf< Actor< Class > > | |
std::weak_ptr< System > | m_system |
Definition at line 32 of file magnetostatics/actor.hpp.
|
inline |
Definition at line 39 of file magnetostatics/actor.hpp.
References Dipoles::Actor< Class >::prefactor.
double Dipoles::Actor< Class >::prefactor = 0. |
Magnetostatics prefactor.
Definition at line 37 of file magnetostatics/actor.hpp.
Referenced by Dipoles::Actor< Class >::set_prefactor().