Home
last modified time | relevance | path

Searched refs:EDGEVEC (Results 1 – 7 of 7) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dalgebra.cc926 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in DisposeConnectionFromElement()
1220 assert(VOTYPE(vList[i]) == EDGEVEC); in GetVectorsOfEdges()
1288 case EDGEVEC : in GetVectorsOfOType()
1356 if (obj & BITWISE_TYPE(EDGEVEC)) in GetVectorsOfDataTypesInObjects()
1643 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in GetAllVectorsOfElement()
2057 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in GridCreateConnection()
2117 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in GridCreateConnection()
2276 if (FMT_USES_OBJ(fmt,EDGEVEC)) in CreateAlgebra()
2740 if (VectorObjType == EDGEVEC) in CheckVector()
3120 if (VOTYPE(theVector) == EDGEVEC) in VectorInElement()
[all …]
H A Dugm.cc2097 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in CreateEdge()
2302 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in CreateEdge()
2305 if (CreateVector (theGrid,EDGEVEC,(GEOM_OBJECT *)pe,&pv)) { in CreateEdge()
3087 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in DisposeEdge()
6180 case EDGEVEC : in ListVector()
H A Dugio.cc1204 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)) in WriteElementParInfo()
1736 edvec = VEC_DEF_IN_OBJ_OF_MG(MYMG(theGrid),EDGEVEC); in Evaluate_pinfo()
H A Dgm.h209 EDGEVEC, /**< Vector associated to an edge */ enumerator
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Didentify.cc694 if (GetVectorSize(theGrid,EDGEVEC,(GEOM_OBJECT *)theEdge) > 0) in IdentifySideEdge()
885 if (GetVectorSize(theGrid,EDGEVEC,(GEOM_OBJECT *)theEdge) > 0) in IdentifyEdge()
1001 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC) || DIM==3) in IdentifyObjectsOfElementSide()
1016 if (VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC) || DIM==3) in IdentifyObjectsOfElementSide()
1031 VEC_DEF_IN_OBJ_OF_GRID(theGrid,EDGEVEC)); in IdentifyObjectsOfElementSide()
H A Dpriority.cc91 if (VEC_DEF_IN_OBJ_OF_GRID(grid, EDGEVEC) and EDVECTOR(edge) != nullptr) in EDGE_PRIORITY_SET()
H A Dinitddd.cc924 dddctrl.edgeData = VEC_DEF_IN_OBJ_OF_MG(dddctrl.currMG,EDGEVEC); in InitCurrMG()