DASetStencilType

Sets the type of the communication stencil

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DASetStencilType(DA da, DAStencilType stype)
Not collective

Input Parameter

da - The DA
stype - The stencil type, use either DA_STENCIL_BOX or DA_STENCIL_STAR.

Keywords

distributed array, stencil

See Also

DACreate(), DADestroy(), DA

Level:intermediate
Location:
src/dm/da/src/da.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages