version 3.8
porousmediumflow/1pnc/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_1PNC_INDICES_HH
15#define DUMUX_1PNC_INDICES_HH
16
17namespace Dumux {
18
26{
28 static constexpr int conti0EqIdx = 0;
30 static constexpr int pressureIdx = 0;
31};
32
33} // end namespace Dumux
34
35#endif
Definition: adapt.hh:17
The indices for the isothermal one-phase n-component model.
Definition: porousmediumflow/1pnc/indices.hh:26
static constexpr int pressureIdx
Index for wetting/nonwetting phase pressure (depending on formulation) in a solution vector.
Definition: porousmediumflow/1pnc/indices.hh:30
static constexpr int conti0EqIdx
Reference index for mass conservation equation.
Definition: porousmediumflow/1pnc/indices.hh:28