petsc-3.3-p7 2013-05-11
DMDAGetBoundingBox
Returns the global bounding box for the DMDA.
Synopsis
#include "petscdmda.h"
PetscErrorCode DMDAGetBoundingBox(DM da,PetscReal gmin[],PetscReal gmax[])
Collective on DMDA
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
DMDAGetCoordinateDA(), DMDAGetCoordinates(), DMDAGetLocalBoundingBox()
Level:beginner
Location:src/dm/impls/da/dacorn.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/ksp/ksp/examples/tutorials/ex42.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html