12#ifndef DUMUX_GEOMECHANICS_FV_PROBLEM_HH
13#define DUMUX_GEOMECHANICS_FV_PROBLEM_HH
26template<
class TypeTag>
33 using FVElementGeometry =
typename GridGeometry::LocalView;
34 using SubControlVolume =
typename GridGeometry::SubControlVolume;
36 using Element =
typename GridView::template Codim<0>::Entity;
37 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
Base class for all finite-volume problems using spatial parameters.
Definition fvproblemwithspatialparams.hh:29
Base class for all geomechanical problems.
Definition geomechanics/fvproblem.hh:28
Base class for all fully implicit porous media problems.
Definition porousmediumflow/problem.hh:28
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition propertysystem.hh:296
A helper function for class member function introspection.
Base class for all porous media problems.