Lines Matching refs:numFound
1250 PetscInt bs, numPoints, numFound, *found = NULL; in DMLocatePoints_Plex() local
1312 numFound = 0; in DMLocatePoints_Plex()
1345 numFound++; in DMLocatePoints_Plex()
1371 numFound++; in DMLocatePoints_Plex()
1388 numFound++; in DMLocatePoints_Plex()
1398 if (ltype == DM_POINTLOCATION_NEAREST && hash && numFound < numPoints) { in DMLocatePoints_Plex()
1419 ++numFound; in DMLocatePoints_Plex()
1429 if (ltype == DM_POINTLOCATION_REMOVE && numFound < numPoints) { in DMLocatePoints_Plex()
1430 PetscCall(PetscMalloc1(numFound, &found)); in DMLocatePoints_Plex()
1431 numFound = 0; in DMLocatePoints_Plex()
1434 if (numFound < p) cells[numFound] = cells[p]; in DMLocatePoints_Plex()
1435 found[numFound++] = p; in DMLocatePoints_Plex()
1440 …if (!reuse) PetscCall(PetscSFSetGraph(cellSF, cEnd - cStart, numFound, found, PETSC_OWN_POINTER, c… in DMLocatePoints_Plex()