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

#include <ODE.h>

Detailed Description

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

Constructor & Destructor Documentation

◆ LinearSolverOptions() [1/2]

muq::Modeling::ODE::LinearSolverOptions::LinearSolverOptions ( )
default

◆ LinearSolverOptions() [2/2]

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

Member Function Documentation

◆ SetOptions()

void LinearSolverOptions::SetOptions ( boost::property_tree::ptree const &  opts)

Definition at line 108 of file ODE.cpp.

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

Member Data Documentation

◆ maxIters

int muq::Modeling::ODE::LinearSolverOptions::maxIters

◆ method

std::string muq::Modeling::ODE::LinearSolverOptions::method

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