DAGetLocalBoundingBox

Returns the local bounding box for the DA.

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DAGetLocalBoundingBox(DA da,PetscReal lmin[],PetscReal lmax[])
Not Collective

Input Parameter

da -the distributed array

Output Parameters

lmin - local minimum coordinates (length dim, optional)
lmax - local maximim coordinates (length dim, optional)

Keywords

distributed array, get, coordinates

See Also

DAGetCoordinateDA(), DAGetCoordinates(), DAGetBoundingBox()

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