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#

See Also#

DMDA - Creating vectors for structured grids, DM, DMDA, DMDACreate(), DMDestroy(), DMBoundaryType, DM_BOUNDARY_NONE, DM_BOUNDARY_GHOSTED, DM_BOUNDARY_PERIODIC

Level#

intermediate

Location#

src/dm/impls/da/da.c

Examples#

src/dm/tutorials/ex19.c


Index of all DMDA routines
Table of Contents for all manual pages
Index of all manual pages