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<::BrownianThermostat > | |
using | CoreThermostat = ::BrownianThermostat |
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<::BrownianThermostat > | |
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 330 of file script_interface/thermostat/thermostat.hpp.
|
inline |
Definition at line 337 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::AutoParameters< Derived, Base >::add_parameters(), BrownianThermostat::gamma, BrownianThermostat::gamma_rotation, and ScriptInterface::Thermostat::Interface<::BrownianThermostat >::make_autogamma().
|
inlineoverrideprotectedvirtual |
Reimplemented from ScriptInterface::Thermostat::Interface<::BrownianThermostat >.
Definition at line 349 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::Thermostat::Interface< CoreClass >::extend_parameters(), ScriptInterface::get_value(), and params.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::BrownianThermostat >.
Definition at line 332 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::Thermostat::brownian.
|
inlinefinalvirtual |
Implements ScriptInterface::Thermostat::Interface<::BrownianThermostat >.
Definition at line 346 of file script_interface/thermostat/thermostat.hpp.
References THERMO_BROWNIAN.