![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <IntegratorHandle.hpp>
Inheritance diagram for ScriptInterface::Integrators::IntegratorHandle:
Collaboration diagram for ScriptInterface::Integrators::IntegratorHandle:Private Member Functions | |
| void | on_bind_system (::System::System &system) override |
Additional Inherited Members | |
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::AutoParameters< IntegratorHandle, System::Leaf > | |
| 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 Member Functions inherited from ScriptInterface::System::Leaf | |
| auto const & | get_system () const |
| auto & | get_system () |
Protected Attributes inherited from ScriptInterface::System::Leaf | |
| std::weak_ptr<::System::System > | m_system |
Definition at line 34 of file IntegratorHandle.hpp.
| ScriptInterface::Integrators::IntegratorHandle::IntegratorHandle | ( | ) |
Definition at line 41 of file IntegratorHandle.cpp.
References ScriptInterface::AutoParameters< IntegratorHandle, System::Leaf >::add_parameters(), ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), INTEG_METHOD_BD, INTEG_METHOD_NPT_ISO_AND, INTEG_METHOD_NPT_ISO_MTK, INTEG_METHOD_SD, INTEG_METHOD_STEEPEST_DESCENT, INTEG_METHOD_SYMPLECTIC_EULER, ScriptInterface::System::Leaf::m_system, ScriptInterface::Context::parallel_try_catch(), and stream.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 43 of file IntegratorHandle.hpp.
References params.
|
overrideprivatevirtual |
Reimplemented from ScriptInterface::System::Leaf.
Definition at line 102 of file IntegratorHandle.cpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::AutoParameters< IntegratorHandle, System::Leaf >::do_set_parameter(), ScriptInterface::AutoParameters< IntegratorHandle, System::Leaf >::get_parameter_insertion_order(), INTEG_METHOD_NVT, params, ScriptInterface::ObjectHandle::set_parameter(), and stream.