Searched refs:PetscGridHashGetEnclosingBox (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/ |
| H A D | petscdmplex.h | 351 PETSC_EXTERN PetscErrorCode PetscGridHashGetEnclosingBox(PetscGridHash, PetscInt, const PetscS…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 801 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()
|