Home
last modified time | relevance | path

Searched refs:THEFLAG (Results 1 – 12 of 12) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Dpriority.cc64 #define PRIO_CALC(e) ((USED(e) && THEFLAG(e)) ? PrioVHGhost : \
65 (THEFLAG(e)) ? PrioVGhost : (USED(e)) ? \
414 if (USED(theElement) || THEFLAG(theElement)) in SetGhostObjectPriorities()
437 if (USED(theEdge) || THEFLAG(theEdge)) in SetGhostObjectPriorities()
455 if (USED(theVector) || THEFLAG(theVector)) in SetGhostObjectPriorities()
466 if (USED(theNode) || THEFLAG(theNode)) in SetGhostObjectPriorities()
H A Doverlap.cc145 if (!THEFLAG(theElement) && REFINECLASS(theElement)!=YELLOW_CLASS) return(GM_OK); in UpdateElementOverlap()
167 if ((REFINECLASS(theElement)==YELLOW_CLASS && !THEFLAG(theElement)) && in UpdateElementOverlap()
168 !THEFLAG(theNeighbor)) continue; in UpdateElementOverlap()
369 if (!THEFLAG(theElement) && !THEFLAG(theNeighbor)) continue; in ConnectGridOverlap()
H A Didentify.cc79 #define NIDENT(p) THEFLAG(p)
82 #define EDIDENT(p) THEFLAG(p)
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Der.cc784 if (THEFLAG(elem)) in InitMasterRules()
821 if (THEFLAG(elem)) in Gather_ERULE()
854 if (THEFLAG(elem)) in Scatter_ERULE()
890 if (THEFLAG(elem)) in Scatter_partial_ERULE()
939 if (THEFLAG(elem)) in ExtractInterfaceERule()
H A Dugio.cc120 #define EORPHAN(e) (EFATHER(e)==NULL || THEFLAG(e))
680 if (EFATHER(theElement)==NULL || THEFLAG(theElement)==1) in RenumberMultiGrid()
697 if (EFATHER(theElement)!=NULL && THEFLAG(theElement)==0) in RenumberMultiGrid()
706 … if (THEFLAG(MYVERTEX(theNode))==0 && USED(MYVERTEX(theNode)) && OBJT(MYVERTEX(theNode))==BVOBJ) in RenumberMultiGrid()
714 … if (THEFLAG(MYVERTEX(theNode))==0 && USED(MYVERTEX(theNode)) && OBJT(MYVERTEX(theNode))==IVOBJ) in RenumberMultiGrid()
739 if (THEFLAG(MYVERTEX(theNode))==0 && !USED(MYVERTEX(theNode))) in RenumberMultiGrid()
972 if ( THEFLAG(theElement) ) in SetRefinement()
1023 if (THEFLAG(SonList[i])) in RemoveOrphanSons()
1034 if (SonList[i]!=NULL && THEFLAG(SonList[i])) SonList[i] = NULL; in RemoveOrphanSons()
H A Dgm.doc742 INT THEFLAG (VERTEX *p); 16 1 used only temporarily
881 INT THEFLAG (NODE *p); 16 1 used only temporarily
988 INT THEFLAG (LINK *p); 16 1 used only temporarily
1086 INT THEFLAG (EDGE *p); 16 1 used only temporarily
1457 INT THEFLAG (ELEMENT *p); 16 1 True if elements refinement rule
1618 INT THEFLAG (VECTOR *p); 16 1 used only temporarily
1759 INT THEFLAG (MATRIX *p); 16 1 used only temporarily
H A Dgm.h1992 #define VCFLAG(p) THEFLAG(p)
2230 #define THEFLAG(p) CW_READ_STATIC(p,THEFLAG_,GENERAL_) macro
H A Dugm.cc6987 if (!USED(nb) && !THEFLAG(nb)) in FinishGrid()
6997 if (!USED(nb) && !THEFLAG(nb)) in FinishGrid()
/dports/games/NBlood/NBlood-a1689a4/source/witchaven/src/
H A Dnames.h485 #define THEFLAG 2496 macro
H A Dnetwork.cpp2347 overwritesprite(600, 48, THEFLAG, 0, 0x02, teamcolor[myteam]);
2350 overwritesprite(xdim - tilesizx[THEFLAG], (ydim - 40), THEFLAG,
H A Dplayer.cpp4784 65536, 0, THEFLAG, 0, flag[i].palnum, 8 + 16, in captureflagpic()
4789 overwritesprite(flag[i].x + 3, flag[i].y + 3, THEFLAG, 0, 0, flag[i].palnum); in captureflagpic()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh964 #undef THEFLAG