ElementMatSetValues

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

Synopsis

#include "grid.h" 
int ElementMatSetValues(ElementMat mat, GMat M, InsertMode addv)
Collective on GMat

Input Parameters

mat - The element matrix
addv - The insertion mode

Output Parameter

M -The global matrix

Keywords

element matrix, finite element

See Also

ElementMatCreate

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