DASetDim

Sets the dimension

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DASetDim(DA da, PetscInt dim)
Collective on DA

Input Parameters

da - the DA
dim - the dimension (or PETSC_DECIDE)

See Also

DaGetDim(), DASetSizes()

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