# DMDASetDof
Sets the number of degrees of freedom per vertex 
## Synopsis
```
#include "petscdmda.h"   
PetscErrorCode DMDASetDof(DM da, PetscInt dof)
```
Not collective


## Input Parameters

- ***da  -*** The `DMDA`
- ***dof -*** Number of degrees of freedom





## See Also
 `DM`, `DMDA`, `DMDAGetDof()`, `DMDACreate()`, `DMDestroy()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/da/da.c.html#DMDASetDof">src/dm/impls/da/da.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/tutorials/ex19.c.html">src/dm/tutorials/ex19.c.html</A><BR>


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


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