DASetSizes

Sets the global sizes

Synopsis

#include "petscda.h"   
PetscErrorCode PETSCDM_DLLEXPORT DASetSizes(DA da, PetscInt M, PetscInt N, PetscInt P)
Collective on DA

Input Parameters

da - the DA
M - the global X size (or PETSC_DECIDE)
N - the global Y size (or PETSC_DECIDE)
P - the global Z size (or PETSC_DECIDE)

See Also

DAGetSize(), PetscSplitOwnership()

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