ElementMatDuplicateIndices

his function copies the global matrix indices to another element matrix.

Synopsis

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

Input Parameter

mat -The original element matrix

Output Parameter

newmat -The element matrix with updated indices

Keywords

element matrix, finite element

See Also

GridCalcElementMatIndices()

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