DASetPeriodicity

Sets the type of periodicity

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DASetPeriodicity(DA da, DAPeriodicType ptype)
Not collective

Input Parameter

da - The DA
ptype - One of DA_NONPERIODIC, DA_XPERIODIC, DA_YPERIODIC, DA_ZPERIODIC, DA_XYPERIODIC, DA_XZPERIODIC, DA_YZPERIODIC, or DA_XYZPERIODIC

Keywords

distributed array, periodicity

See Also

DACreate(), DADestroy(), DA, DAPeriodicType

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