DMCompositeGatherArray#

Gathers into a global packed vector from its individual local vectors

Synopsis#

#include "petscdmcomposite.h"  
PetscErrorCode DMCompositeGatherArray(DM dm, InsertMode imode, Vec gvec, Vec *lvecs)

Collective

Input Parameters#

Note#

This is a non-variadic alternative to DMCompositeGather().

See Also#

DMCOMPOSITE, DM, DMDestroy(), DMCompositeAddDM(), DMCreateGlobalVector(), DMCompositeScatter(), DMCompositeCreate(), DMCompositeGetISLocalToGlobalMappings(), DMCompositeGetAccess(), DMCompositeGetLocalVectors(), DMCompositeRestoreLocalVectors(), DMCompositeGetEntries(),

Level#

advanced

Location#

src/dm/impls/composite/pack.c


Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages