# DMStagSetDOF
set dof/stratum 
## Synopsis
```
PetscErrorCode DMStagSetDOF(DM dm, PetscInt dof0, PetscInt dof1, PetscInt dof2, PetscInt dof3)
```
Logically Collective; `dof0`, `dof1`, `dof2`, and `dof3` must contain common values


## Input Parameters

- ***dm -*** the DMStag object
- ***dof0,dof1,dof2,dof3 -*** dof per stratum



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




## See Also
 `DMSTAG`, `DMDASetDof()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/stag/stagutils.c.html#DMStagSetDOF">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](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
