12#ifndef DUMUX_GEOMECHANICS_FV_PROBLEM_HH
13#define DUMUX_GEOMECHANICS_FV_PROBLEM_HH
15#warning "This header is deprecated and will be removed after 3.10. Inherit directly from FVProblemWithSpatialParams instead."
28template<
class TypeTag>
35 using FVElementGeometry =
typename GridGeometry::LocalView;
36 using SubControlVolume =
typename GridGeometry::SubControlVolume;
38 using Element =
typename GridView::template Codim<0>::Entity;
39 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
45 using ParentType::ParentType;
Base class for all geomechanical problems.
Definition geomechanics/fvproblem.hh:30
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.