MUQ  0.4.3
muq::Modeling::ODE::IntegratorOptions Struct Reference

#include <ODE.h>

Detailed Description

Definition at line 131 of file 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
 

Constructor & Destructor Documentation

◆ IntegratorOptions() [1/2]

muq::Modeling::ODE::IntegratorOptions::IntegratorOptions ( )
default

◆ IntegratorOptions() [2/2]

muq::Modeling::ODE::IntegratorOptions::IntegratorOptions ( boost::property_tree::ptree const &  opts)

Member Function Documentation

◆ SetOptions()

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().

Member Data Documentation

◆ abstol

double muq::Modeling::ODE::IntegratorOptions::abstol

◆ adjAbsTol

double muq::Modeling::ODE::IntegratorOptions::adjAbsTol

Definition at line 148 of file ODE.h.

◆ adjRelTol

double muq::Modeling::ODE::IntegratorOptions::adjRelTol

Definition at line 147 of file ODE.h.

◆ checkPtGap

int muq::Modeling::ODE::IntegratorOptions::checkPtGap

Definition at line 142 of file ODE.h.

Referenced by muq::Modeling::ODE::GradientImpl().

◆ maxNumSteps

int muq::Modeling::ODE::IntegratorOptions::maxNumSteps

◆ maxStepSize

double muq::Modeling::ODE::IntegratorOptions::maxStepSize

Definition at line 140 of file ODE.h.

◆ method

std::string muq::Modeling::ODE::IntegratorOptions::method

◆ reltol

double muq::Modeling::ODE::IntegratorOptions::reltol

◆ sensAbsTol

double muq::Modeling::ODE::IntegratorOptions::sensAbsTol

Definition at line 145 of file ODE.h.

Referenced by muq::Modeling::ODE::JacobianImpl().

◆ sensRelTol

double muq::Modeling::ODE::IntegratorOptions::sensRelTol

Definition at line 144 of file ODE.h.

Referenced by muq::Modeling::ODE::JacobianImpl().


The documentation for this struct was generated from the following files: