MeshGetBoundingBox

This function returns the bounding box for the mesh

Synopsis

#include "mesh.h" 
int MeshGetBoundingBox(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 box
endX, endY, endZ - The upper-right corner of the box

Keywords

mesh, bounding box

See Also

MeshSetBoundingBox(), MeshGetLocalBoundingBox(), 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