version 3.7
freeflow/navierstokes/momentum/diamond/indices.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_NAVIERSTOKES_MOMENTUM_DIAMOND_INDICES_HH
13
#define DUMUX_NAVIERSTOKES_MOMENTUM_DIAMOND_INDICES_HH
14
15
#warning "This header is deprecated and will be removed after 3.7"
16
17
#include <
dumux/freeflow/navierstokes/momentum/cvfe/indices.hh
>
18
19
namespace
Dumux
{
20
21
template
<
int
dimension>
22
using
NavierStokesMomentumDiamondIndices
[[deprecated(
"Use NavierStokesMomentumCVFEIndices"
)]] =
NavierStokesMomentumCVFEIndices<dimension>
;
23
24
}
// end namespace Dumux
25
26
#endif
indices.hh
Dumux
Definition:
adapt.hh:17
Dumux::NavierStokesMomentumCVFEIndices
The common indices for the isothermal Navier-Stokes model.
Definition:
freeflow/navierstokes/momentum/cvfe/indices.hh:25
dumux
freeflow
navierstokes
momentum
diamond
indices.hh
© Copyright 2010-
DuMux project contributors
(doc pages:
CC-BY 4.0
/ code examples:
GPLv3 or later
)
3.7 Generated by
1.9.3