petsc-3.4.5 2014-06-29

DMDASetBoundaryType

Sets the type of ghost nodes on domain boundaries.

Synopsis

#include "petscdmda.h"   
PetscErrorCode  DMDASetBoundaryType(DM da,DMDABoundaryType bx,DMDABoundaryType by,DMDABoundaryType bz)
Not collective

Input Parameter

da - The DMDA
bx,by,bz - One of DMDA_BOUNDARY_NONE, DMDA_BOUNDARY_GHOSTED, DMDA_BOUNDARY_PERIODIC

Keywords

distributed array, periodicity

See Also

DMDACreate(), DMDestroy(), DMDA, DMDABoundaryType

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