ElementVecDuplicate

his function duplicates an element vector.

Synopsis

#include "grid.h" 
int ElementVecDuplicate(ElementVec vec, ElementVec *newvec)
Collective on ElementVec

Input Parameter

vec -The original element vector

Output Parameter

newvec -The new element vector

Keywords

element vector, finite element

See Also

GridCalcElementVecIndices()

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