petsc-3.11.4 2019-09-28
Report Typos and Errors

DMStagSetGlobalSizes

Logically Collective

Synopsis

PetscErrorCode DMStagSetGlobalSizes(DM dm,PetscInt N0,PetscInt N1,PetscInt N2)

Input Parameters

dm - the DMStag object
N0,N1,N2 - global elementwise sizes

Notes

Arguments corresponding to higher dimensions are ignored for 1D and 2D grids.

See Also

DMSTAG, DMStagGetGlobalSizes()

Level

advanced

Location

src/dm/impls/stag/stagutils.c
Index of all DMSTAG routines
Table of Contents for all manual pages
Index of all manual pages