#include "petscdmcomposite.h" PetscErrorCode DMCompositeGatherArray(DM dm,InsertMode imode,Vec gvec,Vec *lvecs)Collective on DMComposite
| dm | - the packer object | |
| gvec | - the global vector | |
| imode | - INSERT_VALUES or ADD_VALUES | |
| lvecs | - the individual sequential vectors, NULL for any that are not needed |