23#ifndef OPM_NEWTON_METHOD_PARAMS_HPP
24#define OPM_NEWTON_METHOD_PARAMS_HPP
26namespace Opm::Parameters {
79 bool writeConvergence_;
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Struct holding the parameters for NewtonMethod.
Definition newtonmethodparams.hpp:71
static void registerParameters()
Registers the parameters in parameter system.
Definition newtonmethodparams.cpp:36
void read()
Reads the parameter values from the parameter system.
Definition newtonmethodparams.cpp:57
int targetIterations_
Optimal number of iterations we want to achieve.
Definition newtonmethodparams.hpp:80
int maxIterations_
Maximum number of iterations we do before giving up.
Definition newtonmethodparams.hpp:81
The maximum error which may occur in a simulation before the Newton method for the time step is abort...
Definition newtonmethodparams.hpp:31
Number of maximum iterations for the Newton method.
Definition newtonmethodparams.hpp:34
The number of iterations at which the Newton method should aim at.
Definition newtonmethodparams.hpp:44
The value for the error below which convergence is declared.
Definition newtonmethodparams.hpp:53
Specifies whether the Newton method should print messages or not.
Definition newtonmethodparams.hpp:56
Specifies whether the convergence rate and the global residual gets written out to disk for every New...
Definition newtonmethodparams.hpp:60