# VecGetDM
Gets the `DM` defining the data layout of the vector
## Synopsis
```
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode VecGetDM(Vec v, DM *dm)
```
Not collective
## Input Parameter
- ***v -*** The `Vec`
## Output Parameter
- ***dm -*** The `DM`
## Note
A `Vec` may not have a `DM` associated with it.
## See Also
`DM`, `VecSetDM()`, `DMGetLocalVector()`, `DMGetGlobalVector()`, `DMSetVecType()`
## Level
intermediate
## Location
src/dm/interface/dm.c
## Examples
src/ksp/ksp/tutorials/ex43.c.html
src/snes/tutorials/ex22.c.html
src/snes/tutorials/ex36.c.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex11_sa.c.html
src/ts/tutorials/ex18.c.html
src/ts/tutorials/ex48.c.html
src/ts/tutorials/ex52.c.html
src/ts/utils/dmplexlandau/tutorials/ex2.c.html
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/interface/dm.c)
[Index of all DM routines](index.md)
[Table of Contents for all manual pages](/docs/manualpages/index.md)
[Index of all manual pages](/docs/manualpages/singleindex.md)