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

DMDASetNonOverlappingRegion

Sets the indices of the nonoverlapping region of a subdomain DM.

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDASetNonOverlappingRegion(DM da, PetscInt xs, PetscInt ys, PetscInt zs, PetscInt xm, PetscInt ym, PetscInt zm)
Collective on DA

Input Parameter

da - The DMDA
xs - The start of the region in x
ys - The start of the region in y
zs - The start of the region in z
xs - The size of the region in x
ys - The size of the region in y
zs - The size of the region in z

See Also

DMDAGetOffset(), DMDAVecGetArray()

Level

intermediate

Location

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