DMStagGetLocalSizes#
get local elementwise sizes
Synopsis#
PetscErrorCode DMStagGetLocalSizes(DM dm, PetscInt *m, PetscInt *n, PetscInt *p)
Not Collective
Input Parameter#
dm - the DMStag object
Output Parameters#
m,n,p - local element counts (excluding ghosts) 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
, DMStagGetGlobalSizes()
, DMStagGetDOF()
, DMStagGetNumRanks()
, DMDAGetLocalInfo()
Level#
intermediate
Location#
Index of all DMStag routines
Table of Contents for all manual pages
Index of all manual pages