13#ifndef DUMUX_PNM_1P_SPATIAL_PARAMS_HH
14#define DUMUX_PNM_1P_SPATIAL_PARAMS_HH
25template<
class Gr
idGeometry,
class Scalar,
class Implementation>
31 using ParentType::ParentType;
41template<
class Gr
idGeometry,
class Scalar>
43:
public OnePSpatialParams<GridGeometry, Scalar, OnePDefaultSpatialParams<GridGeometry, Scalar>>
The base class for spatial parameters used with finite-volume schemes.
Definition: common/fvspatialparams.hh:34
The default class for spatial parameters for single-phase pore-network models.
Definition: porenetwork/1p/spatialparams.hh:44
The base class for spatial parameters for single-phase pore-network models.
Definition: porenetwork/1p/spatialparams.hh:28
The base class for spatial parameters for pore-network models.
Definition: porenetwork/common/spatialparams.hh:33
Definition: discretization/porenetwork/fvelementgeometry.hh:24
The base class for spatial parameters for pore-network models.