:orphan: # DMCompositeRestoreAccessArray Returns the vectors obtained with `DMCompositeGetAccessArray()` ## Synopsis ``` #include "petscdmcomposite.h" PetscErrorCode DMCompositeRestoreAccessArray(DM dm, Vec pvec, PetscInt nwanted, const PetscInt *wanted, Vec *vecs) ``` Collective ## Input Parameters - ***dm -*** the `DMCOMPOSITE` object - ***pvec -*** packed vector - ***nwanted -*** number of vectors wanted - ***wanted -*** sorted array of vectors wanted, or NULL to get all vectors - ***vecs -*** array of global vectors to return ## See Also `DMCOMPOSITE`, `DM`, `DMCompositeRestoreAccess()`, `DMCompositeRestoreEntries()`, `DMCompositeScatter()`, `DMCompositeGather()` ## Level advanced ## Location src/dm/impls/composite/pack.c ## Examples src/snes/tutorials/ex73f90t.F90
src/ts/utils/dmplexlandau/tutorials/ex1.c
src/ts/utils/dmplexlandau/tutorials/ex2.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/composite/pack.c) [Index of all DM routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)