version 3.8
porousmediumflow/richardsnc/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//
14#ifndef DUMUX_RICHARDSNC_INDICES_HH
15#define DUMUX_RICHARDSNC_INDICES_HH
16
17namespace Dumux {
18
24{
26 static constexpr int compMainIdx = 0;
27
29 static constexpr int pressureIdx = 0;
30
33
35 static constexpr int conti0EqIdx = 0;
36};
37
38} // end namespace Dumux
39
40#endif
Definition: adapt.hh:17
The indices for the isothermal Richards, n-component model.
Definition: porousmediumflow/richardsnc/indices.hh:24
static constexpr int conti0EqIdx
Equation indices.
Definition: porousmediumflow/richardsnc/indices.hh:35
static constexpr int pressureIdx
primary variable indices
Definition: porousmediumflow/richardsnc/indices.hh:29
static constexpr int compMainIdx
Component indices.
Definition: porousmediumflow/richardsnc/indices.hh:26