# DMDAGetArray
Gets a work array for a `DMDA` 
## Synopsis
```
#include "petscdmda.h"   
PetscErrorCode DMDAGetArray(DM da, PetscBool ghosted, void *vptr)
```

## Input Parameters

- ***da -*** information about my local patch
- ***ghosted -*** do you want arrays for the ghosted or nonghosted patch



## Output Parameters

- ***vptr -*** array data structured





## Note
The vector values are NOT initialized and may have garbage in them, so you may need
to zero them.


## See Also
 `DM`, `DMDA`, `DMDARestoreArray()`

## Level
advanced

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

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


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/da/dalocal.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)  
