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