Home
last modified time | relevance | path

Searched refs:SET_NBELEM (Results 1 – 7 of 7) sorted by relevance

/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/gm/
H A Drefine.cc3933 SET_NBELEM(elem,0,NULL); in Connect_Sons_of_ElementSide()
4088 SET_NBELEM(ElemSortTable[i]->elem,ElemSortTable[i]->side, in Connect_Sons_of_ElementSide()
4090 SET_NBELEM(NbSortTable[k]->elem,NbSortTable[k]->side, in Connect_Sons_of_ElementSide()
4100 SET_NBELEM(ElemSortTable[i]->elem,ElemSortTable[i]->side, in Connect_Sons_of_ElementSide()
4102 SET_NBELEM(NbSortTable[i]->elem,NbSortTable[i]->side, in Connect_Sons_of_ElementSide()
5078 SET_NBELEM(sons[i].theSon,s,NULL); in RefineElementGreen()
5107 SET_NBELEM(sons[i].theSon,j,sons[sons[i].nb[j]].theSon); in RefineElementGreen()
5277 SET_NBELEM(SonList[s],i,NULL); in RefineElementRed()
5283 SET_NBELEM(SonList[s],i,SonList[side]); in RefineElementRed()
H A Dugio.cc2539 SET_NBELEM(theSonList[i],j,theSonList[SonData->nb[j]]); in InsertLocalTree()
2541 SET_NBELEM(theSonList[i],j,NULL); in InsertLocalTree()
2567 SET_NBELEM(theSonList[i],j,eid_e[ref->nbid[i][j]]); in InsertLocalTree()
2569 SET_NBELEM(eid_e[ref->nbid[i][j]],nbside,theSonList[i]); in InsertLocalTree()
H A Dugm.cc3548 SET_NBELEM(theNeighbor,j,NULL); in DisposeElement()
4608 SET_NBELEM(theElement,i,Neighbor[i]); in InsertElement()
4618 SET_NBELEM(Neighbor[i],NeighborSide[i],theElement); in InsertElement()
4674 SET_NBELEM(theNeighbor,j,NULL); in DeleteElement()
6831 SET_NBELEM(ielem,i,nb[i]); in BElem2IElem()
6833 SET_NBELEM(nb[i],nbside[i],ielem); in BElem2IElem()
H A Dgmcheck.cc757 SET_NBELEM(theElement,i,NULL); in CheckElement()
H A Dgm.h2662 #define SET_NBELEM(p,i,q) ((p)->ge.refs[nb_offset[TAG(p)]+(i)] = q) macro
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Dug_undefs.hh835 #undef SET_NBELEM
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/dddif/
H A Dhandler.cc1699 if (j >= SIDES_OF_ELEM(NbElement)) SET_NBELEM(pe,i,NULL); in ElementObjMkCons()