ElementMatGetIndices

his function returns the index mappings for the element matrix.

Synopsis

#include "grid.h" 
int ElementMatGetIndices(ElementMat mat, int **rowIdx, int **colIdx)
Collective on ElementMat

Input Parameter

mat -The element matrix

Output Parameters

rowIdx - The row mapping
colIdx - The column mapping

Keywords

element matrix, finite element

See Also

ElementMatCreate

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