Home
last modified time | relevance | path

Searched refs:NbElem (Results 1 – 4 of 4) sorted by relevance

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/uggrid/
H A Duggridintersections.hh72 typename UG_NS<dim>::Element* otherelem = UG_NS<dim>::NbElem(center_, neighborCount_); in outside()
87 return UG_NS<dim>::NbElem(center_, neighborCount_) != nullptr; in neighbor()
405 if (UG_NS<dim>::NbElem(other,i) == me) in numberInNeighbor()
H A Duggridintersections.cc176 other = UG_NS<dim>::NbElem(center_, neighborCount_); in geometryInOutside()
219 if ((other = UG_NS<dim>::NbElem(center_, neighborCount_)) == nullptr) in indexInOutside()
226 if (UG_NS<dim>::NbElem(other,i) == center_) in indexInOutside()
592 typename UG_NS<dim>::Element* levelNeighbor = UG_NS<dim>::NbElem(center_, neighborCount_); in constructLeafSubfaces()
623 typename UG_NS<dim>::Element* otherElement = UG_NS<dim>::NbElem(father, fatherSide); in constructLeafSubfaces()
627 if (UG_NS<dim>::NbElem(otherElement,i) == father) { in constructLeafSubfaces()
H A Dugwrapper.hh568 static UG_NS<UG_DIM>::Element* NbElem(const UG_NS< UG_DIM >::Element* theElement, int nb) { in NbElem() function in Dune::UG_NS
/dports/cad/opencascade/opencascade-7.6.0/src/AppDef/
H A DAppDef_Variational.cxx482 NbElem = TheCurve->NbElements(); in Approximate() local
495 new TColStd_HArray2OfReal(1,NbElem,1,2) ; in Approximate()
506 new TColStd_HArray1OfReal(1, NbElem + 1); in Approximate()
514 for(ii = 1; ii <= NbElem; ii++) in Approximate()
1990 Standard_Integer NbElem; in InitSmoothCriterion() local
2001 NbElem = 1; in InitSmoothCriterion()
2458 if(NbElem > myMaxSegment) in InitCutting()
2464 Standard_Integer NCnt = (NCont - 1) / NbElem + 1; in InitCutting()
2465 Standard_Integer NPlus = NbElem - (NCnt * NbElem - NCont); in InitCutting()
2478 while(NbElem - NbEl > 1) { in InitCutting()
[all …]