Home
last modified time | relevance | path

Searched refs:Sides_Of_Elem (Results 1 – 6 of 6) sorted by relevance

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridentity.hh398 return UG_NS<dim>::Sides_Of_Elem(target_); in subEntities()
434 …afIntersectionIterator<GridImp>(target_, (isLeaf()) ? 0 : UG_NS<dim>::Sides_Of_Elem(target_),gridI… in ileafbegin()
443 …return UGGridLeafIntersectionIterator<GridImp>(target_, UG_NS<dim>::Sides_Of_Elem(target_), gridIm… in ileafend()
448 …return UGGridLevelIntersectionIterator<GridImp>(target_, UG_NS<dim>::Sides_Of_Elem(target_),gridIm… in ilevelend()
H A Duggridintersections.cc223 const int nSides = UG_NS<dim>::Sides_Of_Elem(other); in indexInOutside()
465 const int nSides = UG_NS<dim>::Sides_Of_Elem(leafSubFaces_[subNeighborCount_].first); in indexInOutside()
522 for (int i=0; i<UG_NS<dim>::Sides_Of_Elem(father); i++) { in getFatherSide()
568 for (int i=0; i<UG_NS<dim>::Sides_Of_Elem(father); i++) { in getFatherSide()
625 const int nSides = UG_NS<dim>::Sides_Of_Elem(otherElement); in constructLeafSubfaces()
H A Duggridintersectioniterators.hh109 if (intersectionImp.neighborCount_ < UG_NS<dim>::Sides_Of_Elem(intersectionImp.center_)) in increment()
H A Duggridintersections.hh233 if (neighborCount_ < UG_NS<dim>::Sides_Of_Elem(center_)) in UGGridLeafIntersection()
402 const int nSides = UG_NS<dim>::Sides_Of_Elem(other); in numberInNeighbor()
H A Duggridindexsets.hh480 for (int i=0; i<UG_NS<dim>::Sides_Of_Elem(resultFace.first); i++) { in getFatherFace()
581 for (int side=0; side<UG_NS<dim>::Sides_Of_Elem(supportingElement); side++) in id()
H A Dugwrapper.hh561 static int Sides_Of_Elem(const UG_NS< UG_DIM >::Element* theElement) { in Sides_Of_Elem() function in Dune::UG_NS