24#ifndef DUMUX_ELASTIC_INDICES_HH
25#define DUMUX_ELASTIC_INDICES_HH
36 static constexpr int momentum(
int dirIdx) {
return dirIdx; };
39 static constexpr int u(
int dirIdx) {
return dirIdx; };
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
The indices for the linear elasticity model.
Definition: geomechanics/elastic/indices.hh:34
static constexpr int momentumZEqIdx
Definition: geomechanics/elastic/indices.hh:44
static constexpr int momentumXEqIdx
Definition: geomechanics/elastic/indices.hh:42
static constexpr int uyIdx
Definition: geomechanics/elastic/indices.hh:48
static constexpr int uxIdx
Definition: geomechanics/elastic/indices.hh:47
static constexpr int momentum(int dirIdx)
Definition: geomechanics/elastic/indices.hh:36
static constexpr int u(int dirIdx)
Definition: geomechanics/elastic/indices.hh:39
static constexpr int uzIdx
Definition: geomechanics/elastic/indices.hh:49
static constexpr int momentumYEqIdx
Definition: geomechanics/elastic/indices.hh:43