![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <thermostat.hpp>
Inheritance diagram for ScriptInterface::Thermostat::DPDThermostat:
Collaboration diagram for ScriptInterface::Thermostat::DPDThermostat: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<::DPDThermostat > | |
| using | CoreThermostat = ::DPDThermostat |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| static ObjectRef | deserialize (const std::string &state, Context &ctx) |
| Make object from serialized state. | |
Protected Member Functions inherited from ScriptInterface::Thermostat::Interface<::DPDThermostat > | |
| void | check_lock () |
| void | on_bind_system (::System::System &system) override |
| void | on_detach_system (::System::System &system) override |
| void | sanity_checks_positive (double value, std::string const &name) const |
| void | sanity_checks_positive (Utils::Vector3d const &value, std::string const &name) const |
| virtual bool | invalid_rng_state (VariantMap const ¶ms) const |
| auto | make_autoparameter (T CoreThermostat::*member, char const *name) |
| auto | make_autogamma (T CoreThermostat::*member, char const *name) |
| virtual VariantMap | extend_parameters (VariantMap const ¶meters) const |
| Variant | do_call_method (std::string const &name, VariantMap const ¶ms) override |
Protected Member Functions inherited from ScriptInterface::AutoParameters< Derived, Base > | |
| AutoParameters ()=default | |
| AutoParameters (std::vector< AutoParameter > &¶ms) | |
| ~AutoParameters () override=default | |
| bool | has_parameter (std::string const &name) const override |
| void | add_parameters (std::vector< AutoParameter > &¶ms) |
| auto const & | get_parameter_insertion_order () const |
Protected Attributes inherited from ScriptInterface::Thermostat::Interface<::DPDThermostat > | |
| 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 463 of file script_interface/thermostat/thermostat.hpp.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::DPDThermostat >.
Definition at line 465 of file script_interface/thermostat/thermostat.hpp.
References Thermostat::Thermostat::dpd.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Thermostat::Interface<::DPDThermostat >.
Definition at line 469 of file script_interface/thermostat/thermostat.hpp.
|
inlinefinalvirtual |
Implements ScriptInterface::Thermostat::Interface<::DPDThermostat >.
Definition at line 474 of file script_interface/thermostat/thermostat.hpp.
References THERMO_DPD.