25 #ifndef ELASTICITY_INDICES_HPP 26 #define ELASTICITY_INDICES_HPP 31 template <
unsigned PVOffset>
38 static constexpr
int disp0Idx = PVOffset + 0;
41 static constexpr
int rot0Idx = disp0Idx + 3;
44 static constexpr
int solidPres0Idx = rot0Idx + 3;
50 static constexpr
int conti0EqIdx = PVOffset + 0;
53 static constexpr
int contiRotEqIdx = conti0EqIdx + 3;
56 static constexpr
int contiSolidPresEqIdx = contiRotEqIdx + 3;
59 static constexpr
int numEq = 7;
Definition: elasticityindices.hpp:32
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45