24#ifndef DUMUX_GEOMECHANICS_STRESSVARIABLESCACHE_HH
25#define DUMUX_GEOMECHANICS_STRESSVARIABLESCACHE_HH
27#include <dune/common/exceptions.hh>
40template<
class Scalar,
class Gr
idGeometry,
class DiscretizationMethod =
typename Gr
idGeometry::DiscretizationMethod >
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.
Flux variables cache class for the box scheme. For the box scheme, this class does not contain any ph...
Definition: discretization/box/fluxvariablescache.hh:39
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.