#include "petscdmda.h" PetscErrorCode DMDASetNonOverlappingRegion(DM da, PetscInt xs, PetscInt ys, PetscInt zs, PetscInt xm, PetscInt ym, PetscInt zm)Collective on DA
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 |