GVecGetLocalWorkGVec

Creates a new GVec to contain the local + ghost values portion of a GVec.

Synopsis

#include "gvec.h" 
int GVecGetLocalWorkGVec(GVec v, GVec *lv)

Input Parameter

v -the grid vector

Output Parameters

lv -the local vector

See Also

GVecLocalToGlobal(), GVecGlobalToLocal(), GVecRestoreLocalWorkGVec(),
GVecGetWorkGVec(), GVecRestoreWorkGVec()

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