DMDASetStencilWidth#
Sets the width of the communication stencil
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDASetStencilWidth(DM da, PetscInt width)
Logically Collective on da
Input Parameters#
da - The
DMDA
width - The stencil width
See Also#
DM
, DMDA
, DMDACreate()
, DMDestroy()
Level#
intermediate
Location#
Examples#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages