ElementVecSetValues

his function puts all the entries in the element vector into the global vector.

Synopsis

#include "grid.h" 
int ElementVecSetValues(ElementVec vec, GVec v, InsertMode addv)
Collective on GVec

Input Parameters

vec - The element vector
addv - The insertion mode

Output Parameter

M -The global vector

Keywords

element vector

See Also

ElementVecCreate()

Level:beginner
Location:
src/grid/interface/elemvec.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages