:orphan:
# 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 -*** local element counts (excluding ghosts) in the x direction
- ***n -*** local element counts (excluding ghosts) in the y direction
- ***p -*** local element counts (excluding ghosts) in the z direction





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


## See Also
 [](ch_stag), `DMSTAG`, `DMStagGetGlobalSizes()`, `DMStagGetDOF()`, `DMStagGetNumRanks()`, `DMDAGetLocalInfo()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/stag/stagutils.c.html#DMStagGetLocalSizes">src/dm/impls/stag/stagutils.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/stag/stagutils.c)


[Index of all DMStag routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
