Searched refs:numFound (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 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() [all …]
|
| /petsc/src/snes/utils/dm/ |
| H A D | dminterpolatesnes.c | 189 PetscInt n, N, numFound; in DMInterpolationSetUp() local 234 PetscCall(PetscSFGetGraph(cellSF, NULL, &numFound, &foundPoints, &foundCells)); in DMInterpolationSetUp() 236 for (p = 0; p < numFound; ++p) { in DMInterpolationSetUp()
|