DMCompositeGather#
Gathers into a global packed vector from its individual local vectors
Synopsis#
#include "petscdmcomposite.h"
PetscErrorCode DMCompositeGather(DM dm, InsertMode imode, Vec gvec, ...)
Collective
Input Parameters#
dm - the
DMCOMPOSITE
objectgvec - the global vector
imode -
INSERT_VALUES
orADD_VALUES
Vec … - the individual sequential vectors, NULL for any that are not needed
Fortran Note#
Fortran users should use DMCompositeGatherArray()
See Also#
DMCOMPOSITE
, DM
, DMDestroy()
, DMCompositeAddDM()
, DMCreateGlobalVector()
,
DMCompositeScatter()
, DMCompositeCreate()
, DMCompositeGetISLocalToGlobalMappings()
, DMCompositeGetAccess()
,
DMCompositeGetLocalVectors()
, DMCompositeRestoreLocalVectors()
, DMCompositeGetEntries()
Level#
advanced
Location#
Examples#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages