DAGetBoundingBox

Returns the global bounding box for the DA.

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DAGetBoundingBox(DA da,PetscReal gmin[],PetscReal gmax[])
Collective on DA

Input Parameter

da -the distributed array

Output Parameters

gmin - global minimum coordinates (length dim, optional)
gmax - global maximim coordinates (length dim, optional)

Keywords

distributed array, get, coordinates

See Also

DAGetCoordinateDA(), DAGetCoordinates(), DAGetLocalBoundingBox()

Level:beginner
Location:
src/dm/da/src/dacorn.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages