Home
last modified time | relevance | path

Searched refs:DM_POINTLOCATION_REMOVE (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscdmtypes.h99 DM_POINTLOCATION_REMOVE enumerator
/petsc/src/snes/utils/dm/
H A Ddminterpolatesnes.c233 PetscCall(DMLocatePoints(dm, pointVec, DM_POINTLOCATION_REMOVE, &cellSF)); in DMInterpolationSetUp()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1429 if (ltype == DM_POINTLOCATION_REMOVE && numFound < numPoints) { in DMLocatePoints_Plex()