24#ifndef DUMUX_TEST_SOLIDENERGY_SPATIAL_PARAMS_HH
25#define DUMUX_TEST_SOLIDENERGY_SPATIAL_PARAMS_HH
35template<
class Gr
idGeometry,
class Scalar>
38 SolidEnergySpatialParams<GridGeometry, Scalar>>
40 using GridView =
typename GridGeometry::GridView;
44 using Element =
typename GridView::template Codim<0>::Entity;
45 using GlobalPosition =
typename Element::Geometry::GlobalCoordinate;
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
make the local view function available whenever we use the grid geometry
Definition adapt.hh:29
FVSpatialParamsOneP(std::shared_ptr< const GridGeometry > gridGeometry)
Definition fv1p.hh:91
const GridGeometry & gridGeometry() const
Definition fv1p.hh:334
SolidEnergySpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition porousmediumflow/solidenergy/spatialparams.hh:48
Scalar porosityAtPos(const GlobalPosition &globalPos) const
Define the porosity .
Definition porousmediumflow/solidenergy/spatialparams.hh:56