37 #include <lifev/core/mesh/ElementShapes.hpp> 99 return std::make_pair ( _faceToEdge[ 3 * iFace + jEdge ], _orient[ 3 * iFace + jEdge ] );
134 std::make_pair ( _faceToEdge[ 4 * iFace + jEdge ] , _orient[ 4 * iFace + jEdge ] );
162 return _edgeToPoint[ 2 * iEdge + jPoint ] - 1;
188 return _edgeToPoint[ 3 * iEdge + jPoint ];
215 return _edgeToPoint[ 2 * iEdge + jPoint];
241 return _edgeToPoint[ 3 * iEdge + jPoint ];
273 return _edgeToPoint[ 2 * iEdge + jPoint ];
289 return _faceToPoint[ 3 * iFace + jPoint ];
346 return _edgeToPoint[ 3 * iEdge + jPoint ];
362 return _faceToPoint[ 6 * iFace + jPoint ];
401 return _edgeToPoint[ 2 * iEdge + jPoint ];
419 return _faceToPoint[ 4 * iFace + jPoint ];
449 return _edgeToPoint[ 3 * iEdge + jPoint ];
458 0, 3, 2, 1, 11, 10, 9, 8, 20,
459 0, 4, 7, 3, 12, 19, 15, 11, 21,
460 0, 1, 5, 4, 8, 13, 16, 12, 22,
461 1, 2, 6, 5, 9, 14, 17, 13, 23,
462 2, 3, 7, 6, 10, 15, 18, 14, 24,
463 4, 5, 6, 7, 16, 17, 18, 19, 25
467 return _faceToPoint[ 9 * iFace + jPoint ];
static ID faceToPoint(ID const &iFace, ID const &jPoint)
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static const UInt S_numEdges
Number of edges.
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static const UInt S_numFaces
Number of faces.
static ID faceToPoint(ID const &iFace, ID const &jPoint)
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
void updateInverseJacobian(const UInt &iQuadPt)
static const UInt S_numEdges
Number of edges.
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static const UInt S_numEdges
Number of edges.
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static std::pair< ID, bool > faceToEdge(ID const &iFace, ID const &jEdge)
static const UInt S_numEdges
Number of edges.
static ID edgeToPoint(ID const &iEdge, ID const &jPoint)
static ID faceToPoint(ID const &iFace, ID const &jPoint)
static const UInt S_numFaces
Number of faces.
static std::pair< ID, bool > faceToEdge(ID const &iFace, ID const &jEdge)
static ID faceToPoint(ID const &iFace, ID const &jPoint)
UInt shapeDimension(const ReferenceShapes &shape)
uint32_type UInt
generic unsigned integer (used mainly for addressing)