DMDASetBoundaryType#
Sets the type of ghost nodes on domain boundaries.
Synopsis#
#include "petscdmda.h"
PetscErrorCode DMDASetBoundaryType(DM da, DMBoundaryType bx, DMBoundaryType by, DMBoundaryType bz)
Not Collective
Input Parameters#
da - The
DMDA
bx,by,bz - One of
DM_BOUNDARY_NONE
,DM_BOUNDARY_GHOSTED
,DM_BOUNDARY_PERIODIC
See Also#
DM
, DMDA
, DMDACreate()
, DMDestroy()
, DMBoundaryType
Level#
intermediate
Location#
Examples#
Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages