Home
last modified time | relevance | path

Searched refs:EFATHER (Results 1 – 18 of 18) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Dpartition.cc158 theFather = EFATHER(theFather); in CheckPartitioning()
174 if (!EMASTER(EFATHER(theFather))) in CheckPartitioning()
391 theFather = EFATHER(theFather); in RestrictPartitioning()
408 if (!EMASTER(EFATHER(theFather))) in RestrictPartitioning()
409 SETUSED(EFATHER(theFather),1); in RestrictPartitioning()
H A Doverlap.cc308 ASSERT(EFATHER(theElement)!=NULL); in DropUsedFlags()
311 SETUSED(EFATHER(theElement),1); in DropUsedFlags()
576 if (EFATHER(theElement) != NULL) continue; in ConnectVerticalOverlap()
584 ELEMENT *theFather = EFATHER(theNeighbor); in ConnectVerticalOverlap()
H A Ddebugger.cc243 if (EFATHER(e)) in buggy_ElemShow()
245 DDD_InfoGlobalId(PARHDRE(EFATHER(e)))); in buggy_ElemShow()
H A Dhandler.cc1676 ELEMENT *theFather = EFATHER(pe); in ElementObjMkCons()
1754 if (EFATHER(succe)==theFather) in ElementObjMkCons()
1795 && theFather==EFATHER(next)) in ElementObjMkCons()
1837 me,EID_PRTX(pe),ECLASS(pe),REFINE(EFATHER(pe)), in ElementObjMkCons()
1853 ELEMENT *theFather = EFATHER(pe); in ElementPriorityUpdate()
1932 if (EFATHER(succe)==theFather && PRIO2INDEX(EPRIO(succe))==PRIO2INDEX(old)) in ElementPriorityUpdate()
1956 && theFather==EFATHER(next)) in ElementPriorityUpdate()
H A Dpgmcheck.cc377 if (EFATHER(theElement) != NULL) in CheckElementPrio()
378 UserWriteF("Father=" EID_FMTX, EID_PRTX(EFATHER(theElement))); in CheckElementPrio()
H A Dgridcons.cc179 ELEMENT* theFather = EFATHER(theElement); in ConstructConsistentGridLevel()
H A Dtrans.cc616 theFather = EFATHER(theElement); in XferGridWithOverlap()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgmcheck.cc381 if (EFATHER(theElement) != NULL) in CheckNode()
448 if (EFATHER(theElement) != NULL) in CheckNode()
993 theFather = EFATHER(theElement); in CheckElement()
1102 if (EFATHER(SonList[i])!=theElement) in CheckElement()
1227 if (EFATHER(theElement)!=NULL) in CheckElementSubdomains()
1231 …SUBDOMAIN(EFATHER(theElement)),SUBDOMAIN(theElement),EID_PRTX(theElement),EID_PRTX(EFATHER(theElem… in CheckElementSubdomains()
1265 else if (EFATHER(theElement)!=NULL) in CheckElementSubdomains()
1270 sdid=EDSUBDOM(EFATHER(theElement)); in CheckElementSubdomains()
1519 ECLASS(EFATHER(theElement)),REFINE(EFATHER(theElement))); in CheckGeometry()
1763 ELEMENT *Father = EFATHER(theElement); in CheckElementList()
[all …]
H A Drefine.h178 USED(e),NSONS(e),(EFATHER(e)!=NULL) ? ID(EFATHER(e)) : 0,SIDEPATTERN(e));\
H A Dugio.cc120 #define EORPHAN(e) (EFATHER(e)==NULL || THEFLAG(e))
445 ELEMENT *theFather = EFATHER(theElement); in MarkAsOrphan()
463 if (EFATHER(succe)==theFather) in MarkAsOrphan()
575 el_father = EFATHER(theElement); in OrphanCons()
593 nb_el_father = EFATHER(nb_el); in OrphanCons()
680 if (EFATHER(theElement)==NULL || THEFLAG(theElement)==1) in RenumberMultiGrid()
697 if (EFATHER(theElement)!=NULL && THEFLAG(theElement)==0) in RenumberMultiGrid()
1746 theFather = EFATHER(theElement); in Evaluate_pinfo()
2125 key = KeyForObject((KEY_OBJECT *)EFATHER(theElement)); in CheckLocalElementKeys()
2682 key = KeyForObject((KEY_OBJECT *)EFATHER(theElement)); in CheckCGKeys()
[all …]
H A Dugm.cc1063 ELEMENT *f = EFATHER(theElement); in GetSideIDFromScratchSpecialRule17Pyr()
1111 ELEMENT *f = EFATHER(theElement); in GetSideIDFromScratchSpecialRule22Tet()
1167 ELEMENT *f = EFATHER(theElement); in GetSideIDFromScratchSpecialRule()
1210 theFather = EFATHER(theElement); in GetSideIDFromScratch()
1303 theFather = EFATHER(theElement); in GetSideIDFromScratchOld()
2142 theFather = EFATHER(theElement); in CreateEdge()
3302 theFather = EFATHER(theElement); in DisposeElement()
3325 if (EFATHER(succe)==theFather) in DisposeElement()
6071 if (EFATHER(theElement)) in ListElement()
6072 UserWriteF(" FA=" EID_FMTX ,EID_PRTX(EFATHER(theElement))); in ListElement()
[all …]
H A Drefine.cc472 TAG(EFATHER(theElement))==HEXAHEDRON) Mark = HEXA_RED; in DropMarks()
474 TAG(EFATHER(theElement))==PYRAMID) Mark = PYR_RED; in DropMarks()
479 FatherElement = EFATHER(FatherElement); in DropMarks()
2235 if (EFATHER(NbElement) == theElement) in GetNeighborSons()
2310 if (EFATHER(SUCCE(son)) == theElement in GetAllSons()
2365 if (EFATHER(SUCCE(son)) == theElement in GetSons()
5590 if (LEVEL(theElement)>0 && EFATHER(theElement)==NULL) in AdaptLocalGrid()
5638 if (LEVEL(theElement)>0 && EFATHER(theElement)==NULL) in AdaptLocalGrid()
6181 ELEMENT *theFather = EFATHER(theElement); in AdaptMultiGrid()
H A Der.cc1901 ELEMENT *nbf = EFATHER(nb); in CheckMRules()
H A Drm.cc2680 theElement = EFATHER(theElement); in ELEMENT_TO_MARK()
H A Dgm.h2616 #define EFATHER(p) ((ELEMENT *) (p)->ge.refs[father_offset[TAG(p)]]) macro
H A Dgm.doc1398 ELEMENT *EFATHER (ELEMENT *p);
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dugwrapper.hh1011 return EFATHER(theElement); in EFather()
H A Dug_undefs.hh230 #undef EFATHER