#include <ODE.h>
Public Member Functions | |
IntegratorOptions ()=default | |
IntegratorOptions (boost::property_tree::ptree const &opts) | |
void | SetOptions (boost::property_tree::ptree const &opts) |
Public Attributes | |
std::string | method |
double | reltol |
double | abstol |
double | maxStepSize |
int | maxNumSteps |
int | checkPtGap |
double | sensRelTol |
double | sensAbsTol |
double | adjRelTol |
double | adjAbsTol |
|
default |
muq::Modeling::ODE::IntegratorOptions::IntegratorOptions | ( | boost::property_tree::ptree const & | opts | ) |
void IntegratorOptions::SetOptions | ( | boost::property_tree::ptree const & | opts | ) |
Definition at line 114 of file ODE.cpp.
References nlohmann::detail::dtoa_impl::e.
Referenced by muq::Modeling::ODE::ODE().
double muq::Modeling::ODE::IntegratorOptions::abstol |
Definition at line 139 of file ODE.h.
Referenced by muq::Modeling::ODE::ApplyJacobianImpl(), muq::Modeling::ODE::EvaluateImpl(), muq::Modeling::ODE::GradientImpl(), and muq::Modeling::ODE::JacobianImpl().
int muq::Modeling::ODE::IntegratorOptions::checkPtGap |
Definition at line 142 of file ODE.h.
Referenced by muq::Modeling::ODE::GradientImpl().
int muq::Modeling::ODE::IntegratorOptions::maxNumSteps |
Definition at line 141 of file ODE.h.
Referenced by muq::Modeling::ODE::ApplyJacobianImpl(), muq::Modeling::ODE::EvaluateImpl(), muq::Modeling::ODE::GradientImpl(), and muq::Modeling::ODE::JacobianImpl().
std::string muq::Modeling::ODE::IntegratorOptions::method |
Definition at line 137 of file ODE.h.
Referenced by muq::Modeling::ODE::ApplyJacobianImpl(), muq::Modeling::ODE::EvaluateImpl(), muq::Modeling::ODE::GradientImpl(), and muq::Modeling::ODE::JacobianImpl().
double muq::Modeling::ODE::IntegratorOptions::reltol |
Definition at line 138 of file ODE.h.
Referenced by muq::Modeling::ODE::ApplyJacobianImpl(), muq::Modeling::ODE::EvaluateImpl(), muq::Modeling::ODE::GradientImpl(), and muq::Modeling::ODE::JacobianImpl().
double muq::Modeling::ODE::IntegratorOptions::sensAbsTol |
Definition at line 145 of file ODE.h.
Referenced by muq::Modeling::ODE::JacobianImpl().
double muq::Modeling::ODE::IntegratorOptions::sensRelTol |
Definition at line 144 of file ODE.h.
Referenced by muq::Modeling::ODE::JacobianImpl().