version 3.8.0
Loading...
Searching...
No Matches
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>
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 of porous-medium problems.
Definition fvporousmediumspatialparams.hh:51
Definition adapt.hh:17
The base class for spatial parameters in porous-medium-flow problems.