30#ifndef EWOMS_FV_BASE_PARAMETERS_HH
31#define EWOMS_FV_BASE_PARAMETERS_HH
35namespace Opm::Parameters {
105template<
class Scalar>
106struct MaxTimeStepSize {
static constexpr Scalar value = std::numeric_limits<Scalar>::infinity(); };
119template<
class Scalar>
Continue with a non-converged solution instead of giving up if we encounter a time step size smaller ...
Definition fvbaseparameters.hh:42
Determines if the VTK output is written to disk asynchronously.
Definition fvbaseparameters.hh:53
Switch to enable or disable grid adaptation.
Definition fvbaseparameters.hh:61
Specify whether all intensive quantities for the grid should be cached in the discretization.
Definition fvbaseparameters.hh:72
Specify whether the storage terms for previous solutions should be cached.
Definition fvbaseparameters.hh:80
Specify whether to use the already calculated solutions as starting values of the intensive quantitie...
Definition fvbaseparameters.hh:90
Global switch to enable or disable the writing of VTK output files.
Definition fvbaseparameters.hh:98
The maximum allowed number of timestep divisions for the Newton solver.
Definition fvbaseparameters.hh:112
Specify the maximum size of a time integration [s].
Definition fvbaseparameters.hh:106
Specify the minimal size of a time integration [s].
Definition fvbaseparameters.hh:120
The directory to which simulation output ought to be written to.
Definition fvbaseparameters.hh:125
Number of threads per process.
Definition fvbaseparameters.hh:128