#include <ODE.h>
Public Member Functions | |
LinearSolverOptions ()=default | |
LinearSolverOptions (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::LinearSolverOptions::LinearSolverOptions | ( | boost::property_tree::ptree const & | opts | ) |
void LinearSolverOptions::SetOptions | ( | boost::property_tree::ptree const & | opts | ) |
Definition at line 108 of file ODE.cpp.
Referenced by muq::Modeling::ODE::ODE().
int muq::Modeling::ODE::LinearSolverOptions::maxIters |
Definition at line 110 of file ODE.h.
Referenced by muq::Modeling::ODE::CreateAdjointLinearSolver(), and muq::Modeling::ODE::CreateLinearSolver().
std::string muq::Modeling::ODE::LinearSolverOptions::method |
Definition at line 109 of file ODE.h.
Referenced by muq::Modeling::ODE::CreateAdjointLinearSolver(), and muq::Modeling::ODE::CreateLinearSolver().