Home
last modified time | relevance | path

Searched refs:DMPointLocationType (Results 1 – 9 of 9) sorted by relevance

/petsc/include/
H A Dpetscdmtypes.h100 } DMPointLocationType; typedef
H A Dpetscdm.h181 PETSC_EXTERN PetscErrorCode DMLocatePoints(DM, Vec, DMPointLocationType, PetscSF *);
/petsc/include/petsc/private/
H A Ddmdaimpl.h120 PETSC_INTERN PetscErrorCode DMLocatePoints_DA_Regular(DM, Vec, DMPointLocationType, PetscSF);
H A Ddmimpl.h87 PetscErrorCode (*locatepoints)(DM, Vec, DMPointLocationType, PetscSF);
H A Ddmpleximpl.h330 PETSC_INTERN PetscErrorCode DMLocatePoints_Plex(DM, Vec, DMPointLocationType, PetscSF);
/petsc/src/dm/tutorials/
H A Dswarm_ex3.c60 PetscErrorCode DMLocatePoints_DMDARegular(DM dm, Vec pos, DMPointLocationType ltype, PetscSF cellSF) in DMLocatePoints_DMDARegular()
/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()
/petsc/src/dm/interface/
H A Ddmcoordinates.c1258 PetscErrorCode DMLocatePoints(DM dm, Vec v, DMPointLocationType ltype, PetscSF *cellSF) in DMLocatePoints()
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c1245 PetscErrorCode DMLocatePoints_Plex(DM dm, Vec v, DMPointLocationType ltype, PetscSF cellSF) in DMLocatePoints_Plex()