petsc-3.11.4 2019-09-28
Report Typos and Errors

DMDAGetLocalBoundingBox

Returns the local bounding box for the DMDA.

Synopsis

#include "petscdmda.h"   
PetscErrorCode DMDAGetLocalBoundingBox(DM dm,PetscReal lmin[],PetscReal lmax[])
Not collective

Input Parameter

dm -the DM

Output Parameters

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

Not supported from Fortran

Keywords

distributed array, get, coordinates

See Also

DMDAGetCoordinateDA(), DMGetCoordinates(), DMDAGetBoundingBox()

Level

beginner

Location

src/dm/impls/da/dacorn.c
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages