3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::OnePIndices< offset > Struct Template Reference

Indices for the one-phase model. More...

#include <dumux/porousmediumflow/1p/indices.hh>

Description

template<int offset = 0>
struct Dumux::OnePIndices< offset >

Indices for the one-phase model.

Template Parameters
offsetThe first index in a primary variable vector.

Static Public Attributes

static const int PVOffset = offset
 the first index in primary variable vector More...
 
static const int conti0EqIdx = PVOffset
 index for the mass balance More...
 
static const int pressureIdx = PVOffset
 index of the primary variable More...
 

Member Data Documentation

◆ conti0EqIdx

template<int offset = 0>
const int Dumux::OnePIndices< offset >::conti0EqIdx = PVOffset
static

index for the mass balance

◆ pressureIdx

template<int offset = 0>
const int Dumux::OnePIndices< offset >::pressureIdx = PVOffset
static

index of the primary variable

◆ PVOffset

template<int offset = 0>
const int Dumux::OnePIndices< offset >::PVOffset = offset
static

the first index in primary variable vector


The documentation for this struct was generated from the following file: