GridCalcLocalElementMatIndices

This function calculates the local row and column indices for a particular element.

Synopsis

#include "grid.h" 
int GridCalcLocalElementMatIndices(Grid grid, int elem, ElementMat mat)
Not collective

Input Parameters

grid - The Grid
elem - The element

Output Parameter

mat -The element matrix

Keywords

element matrix, index, local

See Also

ElementMatSetValues()

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