:orphan: # DMDAVecRestoreArray Restores a multiple dimension array obtained with `DMDAVecGetArray()` ## Synopsis ``` #include "petscdmda.h" PetscErrorCode DMDAVecRestoreArray(DM da, Vec vec, void *array) ``` Logically Collective ## Input Parameters - ***da -*** the distributed array - ***vec -*** a vector the same size as one obtained with `DMCreateGlobalVector()` or `DMCreateLocalVector()` - ***array -*** the `array` pointer is zeroed ## Fortran Note Use `DMDAVecRestoreArayF90()` ## See Also `DM`, `DMDA`, `DMDAGetGhostCorners()`, `DMDAGetCorners()`, `DMDAVecRestoreArayF90()`, `VecGetArray()`, `VecRestoreArray()`, `DMDAVecGetArray()`, `DMDAVecGetArrayWrite()`, `DMDAVecRestoreArrayWrite()`, `DMDAVecGetArrayRead()`, `DMDAVecRestoreArrayRead()`, `DMDStagVecRestoreArray()` ## Level intermediate ## Location src/dm/impls/da/dagetarray.c ## Examples src/dm/tutorials/ex10.c
src/dm/tutorials/ex14.c
src/dm/tutorials/ex2.c
src/dm/tutorials/ex22.c
src/dm/tutorials/ex25.c
src/dm/tutorials/ex3.c
src/dm/tutorials/swarm_ex1.c
src/ksp/ksp/tutorials/ex29.c
src/ksp/ksp/tutorials/ex32.c
src/ksp/ksp/tutorials/ex42.c
src/ksp/ksp/tutorials/ex43.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/da/dagetarray.c) [Index of all DMDA routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)