PetscGridHashEnlarge#
Enlarge the bounding box of a PetscGridHash to include a new point.
Synopsis#
#include "petscdmplex.h"
#include "petscfe.h"
PetscErrorCode PetscGridHashEnlarge(PetscGridHash box, const PetscScalar point[])
Not Collective
Input Parameters#
box - the
PetscGridHashpoint - the point whose coordinates extend the box’s lower and upper bounds
See Also#
DMPLEX, PetscGridHash, PetscGridHashCreate(), PetscGridHashDestroy()
Level#
developer
Location#
src/dm/impls/plex/plexgeometry.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages