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;
 
 
FVProblemWithSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry, const std::string ¶mGroup="")
Constructor.
Definition fvproblemwithspatialparams.hh:42
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