24#ifndef DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
25#define DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
35template<
class Gr
idGeometry,
class Scalar,
class Implementation>
51template<
class Gr
idGeometry,
class Scalar>
53:
public FreeFlowSpatialParams<GridGeometry, Scalar, FreeFlowDefaultSpatialParams<GridGeometry, Scalar>>
57 using ParentType::ParentType;
FVSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition common/fvspatialparams.hh:57
const GridGeometry & gridGeometry() const
Definition common/fvspatialparams.hh:142
FreeFlowSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition freeflow/spatialparams.hh:42
Definition of the spatial parameters for the freeflow problems.
Definition freeflow/spatialparams.hh:54
Basic spatial parameters to be used with finite-volume schemes.