Home
last modified time | relevance | path

Searched refs:PetscGridHashGetEnclosingBox (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdmplex.h351 PETSC_EXTERN PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash, PetscInt, const PetscS…
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c801 PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash box, PetscInt numPoints, const PetscScala… in PetscGridHashGetEnclosingBox() function
1031 PetscCall(PetscGridHashGetEnclosingBox(lbox, numCoords / cdim, coords, dboxes, boxes)); in DMPlexComputeGridHash_Internal()
1405 PetscCall(PetscGridHashGetEnclosingBox(mesh->lbox, 1, point, dbin, &bin)); in DMLocatePoints_Plex()