DMDASetStencilType#
Sets the type of the communication stencil
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDASetStencilType(DM da, DMDAStencilType stype)
Logically Collective
Input Parameters#
da - The
DMDA
stype - The stencil type, use either
DMDA_STENCIL_BOX
orDMDA_STENCIL_STAR
.
See Also#
DM
, DMDA
, DMDACreate()
, DMDestroy()
Level#
intermediate
Location#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages