25#ifndef DUMUX_PNM_SPATIAL_PARAMS_1P_HH
26#define DUMUX_PNM_SPATIAL_PARAMS_1P_HH
28#warning "This file is deprecated, use PoreNetwork::OnePDefaultSpatialParams from dumux/porenetwork/1p/spatialparams.hh instead!"
38template<
class Gr
idGeometry,
class Scalar>
40[[deprecated(
"Use PoreNetwork::OnePDefaultSpatialParams from dumux/porenetwork/1p/spatialparams.hh instead. This class will be removed after 3.5.")]]
47 using ParentType::ParentType;
The base class for spatial parameters for pore-network models.
Definition: discretization/porenetwork/fvelementgeometry.hh:34
Base class for the finite volume geometry for porenetwork models.
Definition: discretization/porenetwork/gridgeometry.hh:489
The default class for spatial parameters for single-phase pore-network models.
Definition: porenetwork1p.hh:43
The base class for spatial parameters for pore-network models.
Definition: porenetworkbase.hh:94