ElementVecGetIndices

his function returns the index mapping for the element vector.

Synopsis

#include "grid.h" 
int ElementVecGetIndices(ElementVec vec, int **idx)
Collective on ElementVec

Input Parameter

vec - The element vector

Output Parameter

idx - The mapping

Keywords

element vector

See Also

ElementVecCreate()

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