Opm::TpsaNewtonMethodParams< Scalar > Struct Template Reference

Struct holding the parameters for TpsaNewtonMethod. More...

#include <tpsanewtonmethodparams.hpp>

Public Member Functions

void read ()
 

Static Public Member Functions

static void registerParameters ()
 

Public Attributes

int verbosity_
 
bool writeConvergence_
 
int targetIterations_
 
int minIterations_
 
int maxIterations_
 
Scalar tolerance_
 
Scalar maxError_
 

Detailed Description

template<class Scalar>
struct Opm::TpsaNewtonMethodParams< Scalar >

Struct holding the parameters for TpsaNewtonMethod.

Member Function Documentation

◆ read()

template<class Scalar >
void Opm::TpsaNewtonMethodParams< Scalar >::read ( )

◆ registerParameters()

template<class Scalar >
static void Opm::TpsaNewtonMethodParams< Scalar >::registerParameters ( )
static

Member Data Documentation

◆ maxError_

template<class Scalar >
Scalar Opm::TpsaNewtonMethodParams< Scalar >::maxError_

◆ maxIterations_

template<class Scalar >
int Opm::TpsaNewtonMethodParams< Scalar >::maxIterations_

◆ minIterations_

template<class Scalar >
int Opm::TpsaNewtonMethodParams< Scalar >::minIterations_

◆ targetIterations_

template<class Scalar >
int Opm::TpsaNewtonMethodParams< Scalar >::targetIterations_

◆ tolerance_

template<class Scalar >
Scalar Opm::TpsaNewtonMethodParams< Scalar >::tolerance_

◆ verbosity_

template<class Scalar >
int Opm::TpsaNewtonMethodParams< Scalar >::verbosity_

◆ writeConvergence_

template<class Scalar >
bool Opm::TpsaNewtonMethodParams< Scalar >::writeConvergence_

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