GVecLocalToGlobal
Copies a local vector including ghost points to its global representation.
Synopsis
#include "gvec.h"
int GVecLocalToGlobal(GVec v,InsertMode mode,GVec lv)
Input Parameter
v -the local grid vector
mode -either SET_VALUES or ADD_VALUES
Output Parameters
lv -the global vector
See Also
GVecGlobalToLocal(), GVecCreateLocalGVec()
Level:intermediate
Location:src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages