petsc-3.9.4 2018-09-11
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