version 3.8
fourierslaw_fwd.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
//
14
#ifndef DUMUX_FLUX_FOURIERS_LAW_FWD_HH
15
#define DUMUX_FLUX_FOURIERS_LAW_FWD_HH
16
17
#include <
dumux/common/properties.hh
>
18
#include <
dumux/discretization/method.hh
>
19
20
namespace
Dumux
{
21
22
// declaration of primary template
23
template
<
class
TypeTag,
class
DiscretizationMethod>
24
class
FouriersLawImplementation;
25
30
template
<
class
TypeTag>
31
using
FouriersLaw
=
FouriersLawImplementation<TypeTag, typename GetPropType<TypeTag, Properties::GridGeometry>::DiscretizationMethod
>;
32
33
}
// end namespace Dumux
34
35
#endif
Dumux::FouriersLawImplementation
forward declaration of the method-specific implementation
Definition:
flux/box/fourierslaw.hh:26
properties.hh
Defines all properties used in Dumux.
method.hh
The available discretization methods in Dumux.
Dumux
Definition:
adapt.hh:17
dumux
flux
fourierslaw_fwd.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.8 Generated by
1.9.3