VecPackGather

Gathers into a global packed vector from its individual local vectors

Synopsis

#include "petscda.h"     
#include "petscmat.h"    
int VecPackGather(VecPack packer,Vec gvec,...)
Collective on VecPack

Input Parameter

packer - the packer object
gvec - the global vector
... - the individual sequential objects (arrays or vectors)

See Also

VecPackDestroy(), VecPackAddArray(), VecPackAddDA(), VecPackCreateGlobalVector(),
VecPackScatter(), VecPackCreate(), VecPackGetGlobalIndices()

Level:advanced
Location:
src/dm/da/utils/pack.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages