![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <thermostat.hpp>
Inheritance diagram for ScriptInterface::Thermostat::Langevin:
Collaboration diagram for ScriptInterface::Thermostat::Langevin:Private Member Functions | |
| std::shared_ptr< CoreThermostat > & | get_member_handle (::Thermostat::Thermostat &thermostat) override |
| std::span< std::string_view const > | get_required_parameters () const 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 311 of file script_interface/thermostat/thermostat.hpp.
|
inline |
Definition at line 323 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 335 of file script_interface/thermostat/thermostat.hpp.
References ScriptInterface::Thermostat::Interface< CoreClass >::extend_parameters(), params, and stream.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 313 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::Thermostat::langevin.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 317 of file script_interface/thermostat/thermostat.hpp.
References stream.
|
inlinefinalvirtual |
Implements ScriptInterface::Thermostat::Interface<::LangevinThermostat >.
Definition at line 332 of file script_interface/thermostat/thermostat.hpp.
References THERMO_LANGEVIN.