Home
last modified time | relevance | path

Searched refs:UPGRID (Results 1 – 9 of 9) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Didentify.cc1900 if (UPGRID(theGrid) != NULL) in Identify_SonNodes()
1905 dddctrl.NodeAllIF,GRID_ATTR(UPGRID(theGrid)),IF_FORWARD,sizeof(int), in Identify_SonNodes()
1909 dddctrl.NodeAllIF,GRID_ATTR(UPGRID(theGrid)),IF_FORWARD,sizeof(int), in Identify_SonNodes()
1956 if (UPGRID(theGrid) != NULL) in Identify_SonEdges()
1960 dddctrl.NodeAllIF,GRID_ATTR(UPGRID(theGrid)),IF_FORWARD,sizeof(int), in Identify_SonEdges()
1964 dddctrl.EdgeSymmVHIF,GRID_ATTR(UPGRID(theGrid)),IF_FORWARD,sizeof(int), in Identify_SonEdges()
1968 dddctrl.EdgeSymmVHIF,GRID_ATTR(UPGRID(theGrid)),IF_FORWARD,sizeof(int), in Identify_SonEdges()
H A Dpriority.cc556 if (SetBorderPriorities(UPGRID(theGrid)) != GM_OK) return(GM_FATAL); in SetGridBorderPriorities()
H A Doverlap.cc450 DisposeElement(UPGRID(theGrid),theSon,true); in ConnectGridOverlap()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh1005 #undef UPGRID
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Drefine.cc3202 if (UnrefineElement(UPGRID(theGrid),theSon)) RETURN(GM_FATAL); in UnrefineElement()
5497 UpGrid = UPGRID(theGrid); in AdaptLocalGrid()
5681 GRID *FinerGrid = UPGRID(theGrid); in AdaptGrid()
H A Dugm.cc2652 UPGRID(GRID_ON_LEVEL(theMG,l-1)) = theGrid; in CreateNewLevel()
2653 UPGRID(theGrid) = NULL; in CreateNewLevel()
2658 UPGRID(theGrid) = NULL; in CreateNewLevel()
2662 UPGRID(theGrid) = GRID_ON_LEVEL(theMG,l+1); in CreateNewLevel()
H A Dugio.cc2322 upGrid = UPGRID(theGrid); in InsertLocalTree()
2555 …if (Connect_Sons_of_ElementSide(UPGRID(theGrid),theElement,i,Sons_of_Side,theSonElem,SonSides,1)) … in InsertLocalTree()
H A Dgm.h2849 #define UPGRID(p) ((p)->finer) macro
H A Dgm.doc1941 GRID *UPGRID (GRID *p);