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
19
20namespace Dumux {
21
22// declaration of primary template
23template <class TypeTag, class DiscretizationMethod>
24class FouriersLawImplementation;
25
30template <class TypeTag>
32
33} // end namespace Dumux
34
35#endif
forward declaration of the method-specific implementation
Definition: flux/box/fourierslaw.hh:26
Defines all properties used in Dumux.
The available discretization methods in Dumux.
Definition: adapt.hh:17