33 #ifndef __H__UG__LIB_DISC__DOF_MANAGER__ORIENTATION__
34 #define __H__UG__LIB_DISC__DOF_MANAGER__ORIENTATION__
64 GridObject* Elem, GridObject* SubElem,
size_t nrSub,
68 Volume* volume, Face* face,
size_t nrFace,
72 Volume* vol, Edge* edge,
size_t nrEdge,
76 Face* face, Edge* edge,
size_t nrEdge,
81 EdgeDescriptor& ed, EdgeVertices* edge,
const size_t p);
84 const int id0,
bool sameOrientation,
88 const int id0,
bool sameOrientation,
void MapLagrangeMultiIndexTriangle(std::vector< size_t > &vOrientOffset, const int id0, bool sameOrientation, const size_t pOuter)
Definition: orientation.cpp:180
void ComputeOrientationOffset(std::vector< size_t > &vOrientOffset, Volume *vol, Face *face, size_t nrFace, const LFEID &lfeid)
returns the orientation offsets if required
Definition: orientation.cpp:282
void ComputeOrientationOffsetLagrange(std::vector< size_t > &vOrientOffset, EdgeDescriptor &ed, EdgeVertices *edge, const size_t p)
Definition: orientation.cpp:65
void MapLagrangeMultiIndexQuad(std::vector< size_t > &vOrientOffset, const int id0, bool sameOrientation, const size_t pOuter)
Definition: orientation.cpp:144