:orphan: # DMCompositeGetLocalVectors Gets local vectors for each part of a `DMCOMPOSITE` Use `DMCompositeRestoreLocalVectors()` to return them. ## Synopsis ``` #include "petscdmcomposite.h" PetscErrorCode DMCompositeGetLocalVectors(DM dm, ...) ``` Not Collective; No Fortran Support ## Input Parameter - ***dm -*** the `DMCOMPOSITE` object ## Output Parameter - ***Vec ... -*** the individual sequential `Vec`s ## See Also `DMCOMPOSITE`, `DM`, `DMDestroy()`, `DMCompositeAddDM()`, `DMCreateGlobalVector()`, `DMCompositeGather()`, `DMCompositeCreate()`, `DMCompositeGetISLocalToGlobalMappings()`, `DMCompositeGetAccess()`, `DMCompositeRestoreLocalVectors()`, `DMCompositeScatter()`, `DMCompositeGetEntries()` ## Level advanced ## Location src/dm/impls/composite/pack.c ## Examples src/snes/tutorials/ex21.c
src/snes/tutorials/ex22.c
src/snes/tutorials/ex28.c
src/ts/tutorials/ex14.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)