29#ifndef EWOMS_LINALG_PARAMETERS_HH
30#define EWOMS_LINALG_PARAMETERS_HH
32namespace Opm::Parameters {
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
number of iterations between solver restarts for the GMRES solver
Definition linalgparameters.hh:35
Maximum accepted error of the norm of the residual.
Definition linalgparameters.hh:41
Definition linalgparameters.hh:44
Maximum number of iterations eyecuted by the linear solver.
Definition linalgparameters.hh:47
The size of the algebraic overlap of the linear solver.
Definition linalgparameters.hh:56
Maximum accepted error of the solution of the linear solver.
Definition linalgparameters.hh:62
Specifies the verbosity of the linear solver.
Definition linalgparameters.hh:71
The order of the sequential preconditioner.
Definition linalgparameters.hh:74
The relaxation factor of the preconditioner.
Definition linalgparameters.hh:78