24#ifndef DUMUX_GEOMECHANICS_STRESSVARIABLESCACHE_HH
25#define DUMUX_GEOMECHANICS_STRESSVARIABLESCACHE_HH
27#include <dune/common/exceptions.hh>
40template<
class Scalar,
class Gr
idGeometry, DiscretizationMethod dm = Gr
idGeometry::discMethod >
44template<
class Scalar,
class Gr
idGeometry >
50template<
class Scalar,
class Gr
idGeometry >
52:
public FluxVariablesCaching::_EmptyCache
72 template<
typename... Args>
74 { DUNE_THROW(Dune::NotImplemented,
"Geomechanics with cell-centered schemes"); }
78template<
class Scalar,
class Gr
idGeometry >
The available discretization methods in Dumux.
Classes related to flux variables caching.
DiscretizationMethod
The available discretization methods in Dumux.
Definition: method.hh:37
Flux variables cache class for the box scheme. For the box scheme, this class does not contain any ph...
Definition: discretization/box/fluxvariablescache.hh:40
The stress variables cache classes for models involving geomechanics. Store data required for stress ...
Definition: stressvariablescache.hh:41
void update(Args &&... args)
Currently, we do not consider cell-centered schemes for geomechanics. In case this is to be integrate...
Definition: stressvariablescache.hh:73
Flux variables cache class for the box scheme.