12#ifndef DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
13#define DUMUX_FREEFLOW_SPATIAL_PARAMS_HH
23template<
class Gr
idGeometry,
class Scalar,
class Implementation>
39template<
class Gr
idGeometry,
class Scalar>
41:
public FreeFlowSpatialParams<GridGeometry, Scalar, FreeFlowDefaultSpatialParams<GridGeometry, Scalar>>
The base class for spatial parameters used with finite-volume schemes.
Definition: common/fvspatialparams.hh:34
const GridGeometry & gridGeometry() const
The finite volume grid geometry.
Definition: common/fvspatialparams.hh:130
Definition of the spatial parameters for the freeflow problems.
Definition: freeflow/spatialparams.hh:42
Definition of the spatial parameters for the freeflow problems.
Definition: freeflow/spatialparams.hh:26
FreeFlowSpatialParams(std::shared_ptr< const GridGeometry > gridGeometry)
Definition: freeflow/spatialparams.hh:30
Basic spatial parameters to be used with finite-volume schemes.