![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <SteepestDescent.hpp>
Inheritance diagram for ScriptInterface::Integrators::SteepestDescent:
Collaboration diagram for ScriptInterface::Integrators::SteepestDescent:Public Member Functions | |
| SteepestDescent () | |
| void | do_construct (VariantMap const ¶ms) override |
| Variant | integrate (VariantMap const ¶ms) override |
| void | activate () override |
| ::SteepestDescentParameters const & | get_instance () const |
Public Member Functions inherited from ScriptInterface::AutoParameters< SteepestDescent, Integrator > | |
| std::vector< std::string_view > | valid_parameters () const final |
| Variant | get_parameter (const std::string &name) const final |
| void | do_set_parameter (const std::string &name, const Variant &value) final |
| std::vector< std::pair< std::string, Variant > > | serialize_parameters () const final |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< SteepestDescent, Integrator > | |
| 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 |
Definition at line 35 of file SteepestDescent.hpp.
| ScriptInterface::Integrators::SteepestDescent::SteepestDescent | ( | ) |
Definition at line 50 of file SteepestDescent.cpp.
References ScriptInterface::AutoParameters< SteepestDescent, Integrator >::add_parameters(), SteepestDescentParameters::f_max, SteepestDescentParameters::gamma, get_instance(), SteepestDescentParameters::max_displacement, and ScriptInterface::AutoParameter::read_only.
|
override |
Definition at line 72 of file SteepestDescent.cpp.
References get_instance(), INTEG_METHOD_STEEPEST_DESCENT, System::System::propagation, and register_integrator().
|
override |
Definition at line 61 of file SteepestDescent.cpp.
|
inline |
Definition at line 45 of file SteepestDescent.hpp.
Referenced by activate(), and SteepestDescent().
|
override |
Definition at line 37 of file SteepestDescent.cpp.
References INTEG_REUSE_FORCES_NEVER, System::System::integrate_with_signal_handler(), params, and stream.