ElementMatDuplicate

his function duplicates an element matrix.

Synopsis

#include "grid.h" 
int ElementMatDuplicate(ElementMat mat, ElementMat *newmat)
Collective on ElementMat

Input Parameter

mat -The original element matrix

Output Parameter

newmat -The new element matrix

Keywords

element matrix, finite element

See Also

GridCalcElementMatIndices()

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