fvbaseparameters.hh File Reference

Declare the properties used by the infrastructure code of the finite volume discretizations. More...

#include <limits>
Include dependency graph for fvbaseparameters.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Opm::Parameters::ContinueOnConvergenceError
 Continue with a non-converged solution instead of giving up if we encounter a time step size smaller than the minimum time step size. More...
 
struct  Opm::Parameters::EnableAsyncVtkOutput
 Determines if the VTK output is written to disk asynchronously. More...
 
struct  Opm::Parameters::EnableGridAdaptation
 Switch to enable or disable grid adaptation. More...
 
struct  Opm::Parameters::EnableIntensiveQuantityCache
 Specify whether all intensive quantities for the grid should be cached in the discretization. More...
 
struct  Opm::Parameters::EnableStorageCache
 Specify whether the storage terms for previous solutions should be cached. More...
 
struct  Opm::Parameters::EnableThermodynamicHints
 Specify whether to use the already calculated solutions as starting values of the intensive quantities. More...
 
struct  Opm::Parameters::EnableVtkOutput
 Global switch to enable or disable the writing of VTK output files. More...
 
struct  Opm::Parameters::MaxTimeStepSize< Scalar >
 Specify the maximum size of a time integration [s]. More...
 
struct  Opm::Parameters::MaxTimeStepDivisions
 The maximum allowed number of timestep divisions for the Newton solver. More...
 
struct  Opm::Parameters::MinTimeStepSize< Scalar >
 Specify the minimal size of a time integration [s]. More...
 
struct  Opm::Parameters::OutputDir
 The directory to which simulation output ought to be written to. More...
 
struct  Opm::Parameters::ThreadsPerProcess
 Number of threads per process. More...
 

Namespaces

namespace  Opm
 
namespace  Opm::Parameters
 

Detailed Description

Declare the properties used by the infrastructure code of the finite volume discretizations.