Lines Matching refs:UG_NS

23   class UG_NS {};  class
27 class UG_NS< UG_DIM > { class
323 static int EPriority(const UG_NS< UG_DIM >::Element* element) in EPriority()
329 static int Priority(const UG_NS< UG_DIM >::Vector* side) in Priority()
335 static int Priority(const UG_NS< UG_DIM >::Edge* edge) in Priority()
341 static int Priority(const UG_NS< UG_DIM >::Node* node) in Priority()
346 static DDD_HEADER* ParHdr(UG_NS< UG_DIM >::Vector *side) in ParHdr()
351 static DDD_HEADER* ParHdr(UG_NS< UG_DIM >::Edge *edge) in ParHdr()
356 static DDD_HEADER* ParHdr(UG_NS< UG_DIM >::Node *node) in ParHdr()
364 static UG::INT& Partition(UG_NS< UG_DIM >::Element* element) in Partition()
405 static UG_NS< UG_DIM >::Node* PFirstNode(const UG_NS< UG_DIM >::Grid* grid) { in PFirstNode()
419 static UG_NS< UG_DIM >::Node* FirstNode(UG_NS< UG_DIM >::Grid* grid) { in FirstNode()
433 static UG_NS< UG_DIM >::Element* PFirstElement(const UG_NS< UG_DIM >::Grid* grid) { in PFirstElement()
447 static UG_NS< UG_DIM >::Element* FirstElement(UG_NS< UG_DIM >::Grid* grid) { in FirstElement()
458 static int Corner_Coordinates(const UG_NS< UG_DIM >::Element* theElement, double* x[]) { in Corner_Coordinates()
473 static int Corner_Coordinates(const UG_NS< UG_DIM >::Node* theNode, double* x[]) { in Corner_Coordinates()
479 static int Corner_Coordinates(const UG_NS< UG_DIM >::Edge* theEdge, double* x[]) { in Corner_Coordinates()
486 static int Corner_Coordinates(const UG_NS< UG_DIM >::Vector* theVector, double* x[]) { in Corner_Coordinates()
487 UG_NS< UG_DIM >::Element* center; in Corner_Coordinates()
489 UG_NS< UG_DIM >::GetElementAndSideFromSideVector(theVector, center, side); in Corner_Coordinates()
523 static int myLevel (const UG_NS< UG_DIM >::Element* theElement) { in myLevel()
528 static int myLevel (const UG_NS< UG_DIM >::Node* theNode) { in myLevel()
533 static int myLevel (const UG_NS< UG_DIM >::Edge* theEdge) { in myLevel()
538 static int myLevel (const UG_NS< UG_DIM >::Vector* theVector) { in myLevel()
539 return myLevel((UG_NS< UG_DIM >::Element*)VOBJECT(theVector)); in myLevel()
543 static bool hasCopy (const UG_NS< UG_DIM >::Element* theElement) { in hasCopy()
553 static bool isRegular (const UG_NS< UG_DIM >::Element* theElement) { in isRegular()
561 static int Sides_Of_Elem(const UG_NS< UG_DIM >::Element* theElement) { in Sides_Of_Elem()
568 static UG_NS<UG_DIM>::Element* NbElem(const UG_NS< UG_DIM >::Element* theElement, int nb) { in NbElem()
575 static size_t boundarySegmentIndex(const UG_NS< UG_DIM >::Element* theElement, int nb) { in boundarySegmentIndex()
586 static bool Side_On_Bnd(const UG_NS< UG_DIM >::Element* theElement, int i) { in Side_On_Bnd()
596 static bool isBoundaryElement(const UG_NS< UG_DIM >::Element* theElement) { in isBoundaryElement()
604 static int Edges_Of_Elem(const UG_NS< UG_DIM >::Element* theElement) { in Edges_Of_Elem()
611 static int Corners_Of_Elem(const UG_NS< UG_DIM >::Element* theElement) { in Corners_Of_Elem()
620 static int Corners_Of_Elem(const UG_NS< UG_DIM >::Node* theNode) { in Corners_Of_Elem()
625 static int Corners_Of_Side(const UG_NS< UG_DIM >::Element* theElement, int side) { in Corners_Of_Side()
632 static int Corner_Of_Side(const UG_NS< UG_DIM >::Element* theElement, int side, int corner) { in Corner_Of_Side()
639 static int Corner_Of_Edge(const UG_NS< UG_DIM >::Element* theElement, int edge, int corner) { in Corner_Of_Edge()
660 static int Grid_Attr(const UG_NS< UG_DIM >::Grid* grid) { in Grid_Attr()
669 static unsigned int Tag(const UG_NS< UG_DIM >::Element* theElement) { in Tag()
675 static unsigned int Tag(const UG_NS< UG_DIM >::Node* theNode) { in Tag()
682 …static void getCornerLocal (const UG_NS< UG_DIM >::Element* theElement, int corner, FieldVector<T… in getCornerLocal()
691 static UG_NS< UG_DIM >::Element* succ(const UG_NS< UG_DIM >::Element* theElement) { in succ()
696 static UG_NS< UG_DIM >::Node* succ(const UG_NS< UG_DIM >::Node* theNode) { in succ()
708 static bool isGhost(const UG_NS< UG_DIM >::Element* theElement) { in isGhost()
719 static bool isLeaf(const UG_NS< UG_DIM >::Element* theElement) { in isLeaf()
728 static bool isLeaf(const UG_NS< UG_DIM >::Node* theNode) { in isLeaf()
733 static bool isLeaf(const UG_NS< UG_DIM >::Edge* theEdge) { in isLeaf()
738 static bool isLeaf(const UG_NS< UG_DIM >::Vector* theVector) { in isLeaf()
743 return isLeaf((UG_NS< UG_DIM >::Element*)VOBJECT(theVector)); in isLeaf()
750 static int& levelIndex(UG_NS< UG_DIM >::Element* theElement) { in levelIndex()
755 static const int& levelIndex(const UG_NS< UG_DIM >::Element* theElement) { in levelIndex()
776 static int& levelIndex(UG_NS< UG_DIM >::Edge* theEdge) { in levelIndex()
781 static const int& levelIndex(const UG_NS< UG_DIM >::Edge* theEdge) { in levelIndex()
786 static int& levelIndex(UG_NS< UG_DIM >::Node* theNode) { in levelIndex()
791 static const int& levelIndex(const UG_NS< UG_DIM >::Node* theNode) { in levelIndex()
800 static int& leafIndex(UG_NS< UG_DIM >::Element* theElement) { in leafIndex()
805 static const int& leafIndex(const UG_NS< UG_DIM >::Element* theElement) { in leafIndex()
820 static int& leafIndex(UG_NS< UG_DIM >::Edge* theEdge) { in leafIndex()
825 static const int& leafIndex(const UG_NS< UG_DIM >::Edge* theEdge) { in leafIndex()
830 static int& leafIndex(UG_NS< UG_DIM >::Node* theNode) { in leafIndex()
835 static const int& leafIndex(const UG_NS< UG_DIM >::Node* theNode) { in leafIndex()
844 static auto id(const UG_NS< UG_DIM >::Element* theElement) { in id()
853 static auto id(const UG_NS< UG_DIM >::Vector* theVector) { in id()
867 static auto id(const UG_NS< UG_DIM >::Edge* theEdge) { in id()
881 static auto id(const UG_NS< UG_DIM >::Node* theNode) { in id()
959 static UG_NS< UG_DIM >::Node* Corner(const UG_NS< UG_DIM >::Element* theElement, int i) { in Corner()
967 static UG_NS< UG_DIM >::Edge* ElementEdge(const UG_NS< UG_DIM >::Element* theElement, int i) { in ElementEdge()
977 …static UG_NS< UG_DIM >::Edge* GetEdge (UG_NS< UG_DIM >::Node* nodei, UG_NS< UG_DIM >::Node* nodej)… in GetEdge()
982 static Vector* SideVector (const UG_NS< UG_DIM >::Element* theElement, int i) in SideVector()
995 static void GetElementAndSideFromSideVector(const UG_NS< UG_DIM >::Vector* theVector, in GetElementAndSideFromSideVector()
996 UG_NS< UG_DIM >::Element*& theElement, in GetElementAndSideFromSideVector()
1002 theElement = (UG_NS< UG_DIM >::Element*)VOBJECT(theVector); in GetElementAndSideFromSideVector()
1007 static UG_NS< UG_DIM >::Element* EFather(const UG_NS< UG_DIM >::Element* theElement) { in EFather()
1015 static UG_NS< UG_DIM >::Element* NFather(UG_NS< UG_DIM >::Node* theNode) { in NFather()
1020 static UG_NS< UG_DIM >::Node* NodeNodeFather(UG_NS< UG_DIM >::Node* theNode) { in NodeNodeFather()
1103 static UG_NS< UG_DIM >::MultiGrid* GetMultigrid(const char* name) { in GetMultigrid()
1180 class UG_NS< UG_DIM >::Entity<0>
1187 class UG_NS< UG_DIM >::Entity< UG_DIM - 1 >
1195 class UG_NS< UG_DIM >::Entity<1>
1203 class UG_NS< UG_DIM >::Entity< UG_DIM > {