Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmdaimpl.h120 PETSC_INTERN PetscErrorCode DMLocatePoints_DA_Regular(DM, Vec, DMPointLocationType, PetscSF);
/petsc/src/dm/impls/da/
H A Ddageometry.c266 PetscErrorCode DMLocatePoints_DA_Regular(DM dm, Vec pos, DMPointLocationType ltype, PetscSF cellSF) in DMLocatePoints_DA_Regular() function
H A Ddacreate.c434 da->ops->locatepoints = DMLocatePoints_DA_Regular; in DMCreate_DA()