12#ifndef DUMUX_POROUS_MEDIUM_FLOW_PROBLEM_HH
13#define DUMUX_POROUS_MEDIUM_FLOW_PROBLEM_HH
26template<
class TypeTag>
33 using Element =
typename GridGeometry::GridView::template Codim<0>::Entity;
34 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
39 using ParentType::ParentType;
Base class for all finite-volume problems.
Definition: common/fvproblem.hh:43
Base class for all finite-volume problems using spatial parameters.
Definition: fvproblemwithspatialparams.hh:29
Base class for all fully implicit porous media problems.
Definition: porousmediumflow/problem.hh:28
Defines all properties used in Dumux.
Base class for all finite volume problems that are parameterized.
typename GetProp< TypeTag, Property >::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:296