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

DMStagSetOwnershipRanges

set elements per rank in each direction

Synopsis

PetscErrorCode DMStagSetOwnershipRanges(DM dm,PetscInt const *lx,PetscInt const *ly,PetscInt const *lz)
Logically Collective

Input Parameters

dm - the DMStag object
lx,ly,lz - element counts for each rank in each direction

Notes

Arguments corresponding to higher dimensions are ignored for 1D and 2D grids. These arguments may be set to NULL in this case.

See Also

DMSTAG, DMStagSetGlobalSizes

Level

developer

Location

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