#include <ODE.h>
Public Member Functions | |
NonlinearSolverOptions ()=default | |
NonlinearSolverOptions (boost::property_tree::ptree const &opts) | |
void | SetOptions (boost::property_tree::ptree const &opts) |
Public Attributes | |
std::string | method |
int | maxIters |
|
default |
muq::Modeling::ODE::NonlinearSolverOptions::NonlinearSolverOptions | ( | boost::property_tree::ptree const & | opts | ) |
void NonlinearSolverOptions::SetOptions | ( | boost::property_tree::ptree const & | opts | ) |
Definition at line 102 of file ODE.cpp.
References maxIters, and method.
Referenced by muq::Modeling::ODE::ODE().
int muq::Modeling::ODE::NonlinearSolverOptions::maxIters |
Definition at line 92 of file ODE.h.
Referenced by muq::Modeling::ODE::CreateAdjointNonlinearSolver(), muq::Modeling::ODE::CreateNonlinearSolver(), and SetOptions().
std::string muq::Modeling::ODE::NonlinearSolverOptions::method |
Definition at line 91 of file ODE.h.
Referenced by muq::Modeling::ODE::ApplyJacobianImpl(), muq::Modeling::ODE::CreateAdjointLinearSolver(), muq::Modeling::ODE::CreateAdjointNonlinearSolver(), muq::Modeling::ODE::CreateLinearSolver(), muq::Modeling::ODE::CreateNonlinearSolver(), muq::Modeling::ODE::JacobianImpl(), and SetOptions().