ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <VelocityVerletIsoNPT.hpp>
Public Member Functions | |
VelocityVerletIsoNPT () | |
void | do_construct (VariantMap const ¶ms) override |
void | activate () override |
::NptIsoParameters const & | get_instance () const |
Public Member Functions inherited from ScriptInterface::AutoParameters< VelocityVerletIsoNPT, Integrator > | |
std::span< const boost::string_ref > | valid_parameters () const final |
Variant | get_parameter (const std::string &name) const final |
void | do_set_parameter (const std::string &name, const Variant &value) final |
std::vector< std::pair< std::string, Variant > > | serialize_parameters () const final |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< VelocityVerletIsoNPT, Integrator > | |
AutoParameters ()=default | |
AutoParameters (std::vector< AutoParameter > &¶ms) | |
void | add_parameters (std::vector< AutoParameter > &¶ms) |
auto const & | get_parameter_insertion_order () const |
Definition at line 39 of file VelocityVerletIsoNPT.hpp.
ScriptInterface::Integrators::VelocityVerletIsoNPT::VelocityVerletIsoNPT | ( | ) |
Definition at line 40 of file VelocityVerletIsoNPT.cpp.
References ScriptInterface::AutoParameters< VelocityVerletIsoNPT, Integrator >::add_parameters(), NptIsoParameters::cubic_box, NptIsoParameters::get_direction(), get_instance(), NptIsoParameters::p_ext, NptIsoParameters::piston, and ScriptInterface::AutoParameter::read_only.
|
override |
Definition at line 66 of file VelocityVerletIsoNPT.cpp.
References get_instance(), INTEG_METHOD_NPT_ISO, nptiso, System::System::on_thermostat_param_change(), and System::System::propagation.
|
override |
Definition at line 53 of file VelocityVerletIsoNPT.cpp.
References Utils::Vector< T, N >::broadcast(), ScriptInterface::get_value(), and params.
|
inline |
Definition at line 49 of file VelocityVerletIsoNPT.hpp.
Referenced by activate(), and VelocityVerletIsoNPT().