Home
last modified time | relevance | path

Searched refs:PrioVGhost (Results 1 – 10 of 10) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Dparallel.h109 …e) (EPRIO(e)==PrioHGhost || EPRIO(e)==PrioVGhost ||\
112 #define EVGHOST(e) (EPRIO(e)==PrioVGhost || EPRIO(e)==…
128 …(e) (PRIO(e)==PrioHGhost || PRIO(e)==PrioVGhost ||\
131 #define VGHOST(e) (PRIO(e)==PrioVGhost || PRIO(e)==Pr…
147 …e) (VXPRIO(e)==PrioHGhost || VXPRIO(e)==PrioVGhost ||\
150 #define VXVGHOST(e) (VXPRIO(e)==PrioVGhost || VXPRIO(e)…
164 #define EGHOSTPRIO(p) (p==PrioHGhost || p==PrioVGhost || p==PrioV…
166 #define EVGHOSTPRIO(p) (p==PrioVGhost || p==PrioVHGhost)
171 #define GHOSTPRIO(p) (p==PrioHGhost || p==PrioVGhost || p==PrioV…
173 #define VGHOSTPRIO(p) (p==PrioVGhost || p==PrioVHGhost)
H A Dinitddd.cc682 B[0] = PrioVGhost; B[1] = PrioVHGhost; in ddd_IfInit()
686 A[0] = PrioMaster; A[1] = PrioVGhost; A[2] = PrioVHGhost; in ddd_IfInit()
687 B[0] = PrioMaster; B[1] = PrioVGhost; B[2] = PrioVHGhost; in ddd_IfInit()
692 B[0] = PrioVGhost; B[1] = PrioHGhost; B[2] = PrioVHGhost; in ddd_IfInit()
696 A[0] = PrioMaster; A[1] = PrioVGhost; A[2] = PrioHGhost; A[3] = PrioVHGhost; in ddd_IfInit()
697 B[0] = PrioMaster; B[1] = PrioVGhost; B[2] = PrioHGhost; B[3] = PrioVHGhost; in ddd_IfInit()
721 B[0] = PrioVGhost; B[1] = PrioVHGhost; in ddd_IfInit()
726 B[0] = PrioVGhost; B[1] = PrioHGhost; B[2] = PrioVHGhost; in ddd_IfInit()
765 B[0] = PrioVGhost; B[1] = PrioVHGhost; in ddd_IfInit()
769 A[0] = PrioMaster; A[1] = PrioBorder; A[2] = PrioVGhost; A[3] = PrioVHGhost; in ddd_IfInit()
[all …]
H A Dtrans.cc622 XferElement(context, theFather, PARTITION(theElement), PrioVGhost); in XferGridWithOverlap()
660 SETEPRIO(context, theElement,PrioVGhost); in XferGridWithOverlap()
664 SETEPRIO(context, theElement,PrioVGhost); in XferGridWithOverlap()
H A Dpriority.cc65 (THEFLAG(e)) ? PrioVGhost : (USED(e)) ? \
H A Doverlap.cc575 if (prio == PrioVGhost) continue; in ConnectVerticalOverlap()
H A Dpgmcheck.cc358 if (SonList[0] != NULL) prio += PrioVGhost; in CheckElementPrio()
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Dpargm.h65 PrioVGhost = 2, enumerator
96 … (prio == PrioVGhost) ? 0 : (prio == PrioVHGhost) ? 0 : \
98 ((prio == PrioHGhost) ? 0 : (prio ==PrioVGhost) ? 0 : \
113 prios[Entry++] = PrioVGhost; \
123 prios[Entry++] = PrioVGhost; \
136 ((prio==PrioHGhost || prio==PrioVGhost || prio==PrioVHGhost) ? 1 : \
H A Dugm.cc5376 case PrioVGhost : in MultiGridStatus()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridentity.hh120 || UG_NS<dim>::Priority(target_) == UG_NS<dim>::PrioVGhost in partitionType()
153 …if (priority == UG_NS<dim>::PrioHGhost || priority == UG_NS<dim>::PrioVGhost || priority == UG_NS<… in partitionTypes()
344 || UG_NS<dim>::EPriority(target_) == UG_NS<dim>::PrioVGhost in partitionType()
373 …if (priority == UG_NS<dim>::PrioHGhost || priority == UG_NS<dim>::PrioVGhost || priority == UG_NS<… in partitionTypes()
H A Dugwrapper.hh46 PrioVGhost = UG_NAMESPACE::PrioVGhost, enumerator
407 using UG_NAMESPACE ::PrioVGhost; in PFirstNode()
421 using UG_NAMESPACE ::PrioVGhost; in FirstNode()
435 using UG_NAMESPACE ::PrioVGhost; in PFirstElement()
449 using UG_NAMESPACE ::PrioVGhost; in FirstElement()
710 || EPRIO(theElement) == PrioVGhost in isGhost()