#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMGetLocalBoundingBox(DM dm, PetscReal lmin[], PetscReal lmax[])Not collective
dm | - the DM |
lmin | - local minimum coordinates (length coord dim, optional) | |
lmax | - local maximim coordinates (length coord dim, optional) |
Note: If the DM is a DMDA and has no coordinates, the index bounds are returned instead.