32namespace Integrators {
35 std::shared_ptr<Integrator> m_instance;
36 std::shared_ptr<VariantMap> m_params;
44 m_params = std::make_shared<VariantMap>(
params);
Bind parameters in the script interface.
void on_bind_system(::System::System &system) override
void do_construct(VariantMap const ¶ms) override
T get_value(Variant const &v)
Extract value of specific type T from a Variant.
std::unordered_map< std::string, Variant > VariantMap
static SteepestDescentParameters params
Currently active steepest descent instance.