GridCalcElementVecIndices

This function calculates the global row indices for a particular element.

Synopsis

#include "grid.h" 
int GridCalcElementVecIndices(Grid grid, int elem, ElementVec vec)
Not collective

Input Parameters

grid - The Grid
elem - The element

Output Parameter

vec -The element vector

Keywords

element vector, index

See Also

GridCalcLocalElementVecIndices(), GridCalcInterpolationElementVecIndices(), GridCalcBoundaryElementVecIndices(),
ElementVecSetValues()

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