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
The base class for spatial parameters of one-phase problems using a fully implicit discretization met...
Definition: fv1p.hh:77
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: fv1p.hh:334
Definition of the spatial parameters for the solid energy test.
Definition: porousmediumflow/solidenergy/spatialparams.hh:39
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