MeshSetBoundingBox

This function sets the bounding box for the mesh. This can only be done before the mesh is generated.

Synopsis

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

Input Parameters

mesh - The mesh
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

MeshGetBoundingBox(), MeshSetLocalBoundingBox(), 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