23 #ifndef OPM_NEWTON_METHOD_PARAMS_HPP 24 #define OPM_NEWTON_METHOD_PARAMS_HPP 30 template<
class Scalar>
52 template<
class Scalar>
69 template<
class Scalar>
79 bool writeConvergence_;
88 #endif // OPM_NEWTON_METHOD_PARAMS_HPP The value for the error below which convergence is declared.
Definition: newtonmethodparams.hpp:53
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
The number of iterations at which the Newton method should aim at.
Definition: newtonmethodparams.hpp:44
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Definition: blackoilnewtonmethodparams.hpp:31
static void registerParameters()
Registers the parameters in parameter system.
Definition: newtonmethodparams.cpp:36
Struct holding the parameters for NewtonMethod.
Definition: newtonmethodparams.hpp:70
Number of maximum iterations for the Newton method.
Definition: newtonmethodparams.hpp:34
Specifies whether the convergence rate and the global residual gets written out to disk for every New...
Definition: newtonmethodparams.hpp:60
void read()
Reads the parameter values from the parameter system.
Definition: newtonmethodparams.cpp:57
Specifies whether the Newton method should print messages or not.
Definition: newtonmethodparams.hpp:56
int targetIterations_
Optimal number of iterations we want to achieve.
Definition: newtonmethodparams.hpp:80