version 3.7
freeflow/navierstokes/momentum/diamond/localresidual.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_LOCAL_RESIDUAL_HH
13#define DUMUX_NAVIERSTOKES_MOMENTUM_DIAMOND_LOCAL_RESIDUAL_HH
14
15#warning "This header is deprecated and will be removed after 3.7"
16
18
19namespace Dumux {
20
21template<class TypeTag>
22using NavierStokesMomentumDiamondResidual [[deprecated("Use NavierStokesMomentumCVFELocalResidual")]] = NavierStokesMomentumCVFELocalResidual<TypeTag>;
23
24} // end namespace Dumux
25
26#endif
Element-wise calculation of the Navier-Stokes residual for models using the CVFE discretizations.
Definition: freeflow/navierstokes/momentum/cvfe/localresidual.hh:35
Definition: adapt.hh:17