MeshGetLocalBoundingBox

This function returns the local bounding box for the mesh. The local box is the smallest rectangle enclosing the portion of the mesh allocated to this processor.

Synopsis

#include "mesh.h" 
int MeshGetLocalBoundingBox(Mesh mesh, PetscReal *startX, PetscReal *startY, PetscReal *startZ, PetscReal *endX, PetscReal *endY, PetscReal *endZ)
Not collective

Input Parameter

mesh -The mesh

Output Parameters

startX, startY, startZ - The lower-left corner of the local box
endX, endY, endZ - The upper-right corner of the local box

Keywords

mesh, bounding box, local

See Also

MeshSetLocalBoundingBox(), MeshGetBoundingBox(), MeshUpdateBoundingBox()

Level:intermediate
Location:
src/mesh/interface/meshQuery.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages