PETSc version 3.15.5
DMDASetStencilWidth
Sets the width of the communication stencil 
Synopsis
#include "petscdmda.h"   
PetscErrorCode  DMDASetStencilWidth(DM da, PetscInt width)
Logically Collective on da
Input Parameter
|  | da | - The DMDA | 
|  | width | - The stencil width | 
See Also
 DMDACreate(), DMDestroy(), DMDA
Level
intermediate
Location
src/dm/impls/da/da.c
Examples
src/dm/tutorials/ex19.c.html
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages