ElementVecDuplicateIndices
his function copies the global vector indices to another element vector.
Synopsis
#include "grid.h"
int ElementVecDuplicateIndices(ElementVec vec, ElementVec newvec)
Collective on ElementVec
Input Parameter
vec -The original element vector
Output Parameter
newvec -The element vector with updated indices
Keywords
element vector, finite element
See Also
GridCalcElementVecIndices()
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