DMDAGetNonOverlappingRegion#
Gets the indices of the nonoverlapping region of a subdomain DMDA.
Synopsis#
#include "petscdmda.h"   
PetscErrorCode DMDAGetNonOverlappingRegion(DM da, PetscInt *xs, PetscInt *ys, PetscInt *zs, PetscInt *xm, PetscInt *ym, PetscInt *zm)
Not Collective
Input Parameter#
- da - The - DMDA
Output Parameters#
- xs - The start of the region in x 
- ys - The start of the region in y 
- zs - The start of the region in z 
- xm - The size of the region in x 
- ym - The size of the region in y 
- zm - The size of the region in z 
See Also#
DMDA - Creating vectors for structured grids, DM, DMDA, DMDAGetOffset(), DMDAVecGetArray()
Level#
intermediate
Location#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages