Home
last modified time | relevance | path

Searched refs:NSONS (Results 1 – 13 of 13) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Doverlap.cc384 i,NSONS(theElement),Sons_of_Side); in ConnectGridOverlap()
609 if (NSONS(el) == 0) in ConnectVerticalOverlap()
632 SETNSONS(el,NSONS(el)+1); in ConnectVerticalOverlap()
H A Dtrans.cc307 if (NSONS(theElement) > 0) in Scatter_GhostCmd()
632 if (NSONS(theElement) > 0) in XferGridWithOverlap()
H A Dhandler.cc142 nsons = NSONS(theElement); in CheckNSons()
1745 EID_PRTX(theFather),EID_PRTX(pe),NSONS(theFather))); in ElementObjMkCons()
1797 SETNSONS(theFather,NSONS(theFather)+1); in ElementObjMkCons()
1801 SETNSONS(theFather,NSONS(theFather)+1); in ElementObjMkCons()
1908 EID_PRTX(theFather),EID_PRTX(pe),NSONS(theFather))); in ElementPriorityUpdate()
1911 SETNSONS(theFather,NSONS(theFather)+1); in ElementPriorityUpdate()
1958 SETNSONS(theFather,NSONS(theFather)+1); in ElementPriorityUpdate()
H A Didentify.cc1110 if (!HGHOSTPRIO(prio) || NSONS(theNeighbor)!=0) continue; in IdentifyDistributedObjects()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dgmcheck.cc603 || ((TAG(theElement) == TETRAHEDRON) && (NSONS(theElement) == 8))) in CheckEdge()
1036 for (i=0; i<NSONS(theFather); i++) in CheckElement()
1040 if (i == NSONS(theFather)) in CheckElement()
1045 NSONS(theFather)); in CheckElement()
1066 if (NSONS(theElement)!=0) in CheckElement()
1068 nsons = NSONS(theElement); in CheckElement()
1089 NSONS(theElement),i,EID_PRTX(SonList[i])); in CheckElement()
1592 for (i=0; i<NSONS(theElement); i++) in CheckGeometry()
H A Der.cc150 …(int)NSONS(e), …
653 int nsons = NSONS(elem); in ExtractERule()
693 if (!(REFINE(elem)==COPY && NSONS(elem)>1)) in ExtractERule()
1147 if (NSONS(elem)!=nsons) in ExtractRules()
1832 if (NSONS(elem)>0) in CheckMRules()
1849 if (NSONS(elem)!=nsons) in CheckMRules()
H A Drefine.h178 USED(e),NSONS(e),(EFATHER(e)!=NULL) ? ID(EFATHER(e)) : 0,SIDEPATTERN(e));\
H A Dugm.cc1172 assert(NSONS(f)==9 || NSONS(f)==11 || EHGHOST(theElement)); in GetSideIDFromScratchSpecialRule()
1413 (NSONS(theFather)==9 || NSONS(theFather)==11)) in GetSideIDFromScratchOld()
2489 SETNSONS(Father,NSONS(Father)+1); in CreateElement()
3336 SETNSONS(theFather,NSONS(theFather)-1); in DisposeElement()
3350 if (NSONS(theElement)>0) in DisposeElement()
5352 sons = NSONS(theElement); in MultiGridStatus()
5737 if ((NSONS(theElement)==0) || (l==cl)) in ListGrids()
5763 if (NSONS(NBElem)>0) in ListGrids()
5855 if (NSONS(NBElem)>0) in ListGrids()
6076 UserWriteF(" NSONS=%d\n",NSONS(theElement)); in ListElement()
[all …]
H A Drefine.cc2292 if (NSONS(theElement) == 0) return(GM_OK); in GetAllSons()
2356 if (NSONS(theElement) == 0) return(GM_OK); in GetSons()
2599 for (i=0; i<NSONS(theElement); i++) in RestrictMarks()
3217 if (NSONS(theElement) != NSONS_OF_RULE(MARK2RULEADR(theElement, in UnrefineElement()
3220 UserWriteF("ERROR: NSONS=%d but rule.sons=%d\n",NSONS(theElement), in UnrefineElement()
3423 USED(theElement),NSONS(theElement),side,NeedSons); in Get_Sons_of_ElementSide()
5084 UserWriteF(" n=%d sons created NSONS=%d\n",n,NSONS(theElement)); in RefineElementGreen()
H A Dugio.cc260 if (NSONS(theElement) == 0) in SaveSurfaceGrid()
280 if (NSONS(theElement) == 0) in SaveSurfaceGrid()
304 if (NSONS(theElement) == 0) in SaveSurfaceGrid()
324 if (NSONS(theElement) == 0) { in SaveSurfaceGrid()
472 SETNSONS(theFather,NSONS(theFather)-1); in MarkAsOrphan()
H A Dgm.doc1301 rule that has been applied to the element and is given by the NSONS macro
1409 smaller than NSONS(p).
1472 INT NSONS (ELEMENT *p); 10 4 number of sons of an element.
H A Dgm.h2480 #define NSONS(p) CW_READ(p,NSONS_CE) macro
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh651 #undef NSONS