DMDAStencilType#
Determines if the stencil extends only along the coordinate directions, or also to the northeast, northwest etc
Synopsis#
typedef enum {
DMDA_STENCIL_STAR,
DMDA_STENCIL_BOX
} DMDAStencilType;
See Also#
DM Basics, DMDA
, DMDA_STENCIL_BOX
, DMDA_STENCIL_STAR
,DMDACreate1d()
, DMDACreate2d()
, DMDACreate3d()
, DMDACreate()
, DMDASetStencilType()
Level#
beginner
Location#
Examples#
Examples#
src/ts/tutorials/ex14.c
src/snes/tutorials/ex48.c
src/dm/tutorials/ex5.c
src/snes/tutorials/ex30.c
src/dm/tutorials/ex1.c
src/dm/tutorials/ex12.c
src/ksp/ksp/tutorials/ex59.c
src/dm/tutorials/ex3.c
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages