petsc-3.5.4 2015-05-23
Report Typos and Errors

DMDAGetLocalBoundingBox

Returns the local bounding box for the DMDA.

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDAGetLocalBoundingBox(DM 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

DMDAGetCoordinateDA(), DMGetCoordinates(), DMDAGetBoundingBox()

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