version 3.8
fvspatialparams1p.hh
Go to the documentation of this file.
1// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2// vi: set et ts=4 sw=4 sts=4:
3//
4// SPDX-FileCopyrightInfo: Copyright © DuMux Project contributors, see AUTHORS.md in root folder
5// SPDX-License-Identifier: GPL-3.0-or-later
6//
12#ifndef DUMUX_POROUS_MEDIUM_FLOW_FV_SPATIAL_PARAMS_ONEP_HH
13#define DUMUX_POROUS_MEDIUM_FLOW_FV_SPATIAL_PARAMS_ONEP_HH
14
15#include "fvspatialparams.hh"
16
17namespace Dumux {
18
23template<class GridGeometry, class Scalar, class Implementation>
25: public FVPorousMediumFlowSpatialParams<GridGeometry, Scalar, Implementation>
26{
28
29public:
30 using ParentType::ParentType;
31};
32
33} // namespace Dumux
34
35#endif
The base class for spatial parameters of porous-medium-flow problems.
Definition: porousmediumflow/fvspatialparams.hh:46
The base class for spatial parameters of single-phase problems.
Definition: fvspatialparams1p.hh:26
The base class for spatial parameters used with finite-volume schemes.
Definition: common/fvspatialparams.hh:34
Definition: adapt.hh:17
Basic spatial parameters to be used with finite-volume schemes.