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;
43 using ParentType::ParentType;
Base class for all finite-volume problems.
Definition: common/fvproblem.hh:43
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.