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

#include <ODE.h>

Detailed Description

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

Constructor & Destructor Documentation

◆ NonlinearSolverOptions() [1/2]

muq::Modeling::ODE::NonlinearSolverOptions::NonlinearSolverOptions ( )
default

◆ NonlinearSolverOptions() [2/2]

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

Member Function Documentation

◆ SetOptions()

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

Member Data Documentation

◆ maxIters

int muq::Modeling::ODE::NonlinearSolverOptions::maxIters

◆ method


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