ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <thermostat.hpp>
Private Member Functions | |
std::shared_ptr< CoreThermostat > & | get_member_handle (::Thermostat::Thermostat &thermostat) override |
Additional Inherited Members | |
Public Types inherited from ScriptInterface::Thermostat::Interface<::LangevinThermostat > | |
using | CoreThermostat = ::LangevinThermostat |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
static ObjectRef | deserialize (const std::string &state, Context &ctx) |
Make object from serialized state. | |
Protected Attributes inherited from ScriptInterface::Thermostat::Interface<::LangevinThermostat > | |
bool | is_active |
std::shared_ptr< CoreThermostat > | m_handle |
std::weak_ptr< bool > | m_edit_lock |
Basic lock mechanism that follows RAII. | |
Definition at line 298 of file script_interface/thermostat/thermostat.hpp.
|
inline |
Definition at line 305 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::AutoParameters< Derived, Base >::add_parameters(), LangevinThermostat::gamma, LangevinThermostat::gamma_rotation, and ScriptInterface::Thermostat::Interface<::LangevinThermostat >::make_autogamma().
|
inlineoverrideprotectedvirtual |
Reimplemented from ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 317 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::Thermostat::Interface< CoreClass >::extend_parameters(), ScriptInterface::get_value(), and params.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 300 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::Thermostat::langevin.
|
inlinefinalvirtual |
Implements ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 314 of file script_interface/thermostat/thermostat.hpp.
References THERMO_LANGEVIN.