Home
last modified time | relevance | path

Searched refs:GetFatherEdge (Results 1 – 4 of 4) sorted by relevance

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridindexsets.hh541 fatherEdge = GetFatherEdge(edge); in id()
551 fatherEdge = GetFatherEdge(edge); in id()
637 fatherEdge = GetFatherEdge(edge); in subId()
647 fatherEdge = GetFatherEdge(edge); in subId()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Didentify.cc670 FatherEdge = GetFatherEdge(theEdge); in IdentifySideEdge()
857 FatherEdge = GetFatherEdge(theEdge); in IdentifyEdge()
1385 if (GetFatherEdge(theEdge) == NULL) in Gather_EdgeInfo()
1410 if (GetFatherEdge(theEdge) == NULL) in Scatter_EdgeInfo()
1416 if (EDIDENTASSERT) assert(GetFatherEdge(theEdge) != NULL); in Scatter_EdgeInfo()
1431 if (NEW_EDIDENT(theEdge)) assert(GetFatherEdge(theEdge) != NULL); in Gather_TestEdgeInfo()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgm.h3100 EDGE *GetFatherEdge (const EDGE *theEdge);
H A Dugm.cc1830 EDGE * NS_DIM_PREFIX GetFatherEdge (const EDGE *theEdge) in GetFatherEdge() function