petsc-3.12.5 2020-03-29
Report Typos and Errors

DMGetBoundingBox

Returns the global bounding box for the DM.

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
#include "petscds.h"     
PetscErrorCode DMGetBoundingBox(DM dm, PetscReal gmin[], PetscReal gmax[])
Collective

Input Parameter

dm -the DM

Output Parameters

gmin - global minimum coordinates (length coord dim, optional)
gmax - global maximim coordinates (length coord dim, optional)

See Also

DMGetLocalBoundingBox(), DMGetCoordinates(), DMGetCoordinatesLocal()

Level

beginner

Location

src/dm/interface/dm.c

Examples

src/ksp/ksp/examples/tutorials/ex42.c.html
src/ksp/ksp/examples/tutorials/ex43.c.html

Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages