24#ifndef DUMUX_GEOMECHANICS_FV_PROBLEM_HH
25#define DUMUX_GEOMECHANICS_FV_PROBLEM_HH
38template<
class TypeTag>
45 using FVElementGeometry =
typename GridGeometry::LocalView;
46 using SubControlVolume =
typename GridGeometry::SubControlVolume;
48 using Element =
typename GridView::template Codim<0>::Entity;
49 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
55 using ParentType::ParentType;
A helper function for class member function introspection.
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:180
Base class for all finite-volume problems.
Definition: common/fvproblem.hh:55
Base class for all geomechanical problems.
Definition: geomechanics/fvproblem.hh:40
Base class for all fully implicit porous media problems.
Definition: porousmediumflow/problem.hh:40
Base class for all porous media problems.