GVecGlobalToLocal

Copies a global vector including ghost points to a local work vector.

Synopsis

#include "gvec.h" 
int GVecGlobalToLocal(GVec v, InsertMode mode, GVec lv)

Input Parameter

v -the grid vector
mode -either SET_VALUES or ADD_VALUES

Output Parameters

lv -the local vector

See Also

GVecLocalToGlobal(), 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