ElementVecGetArray
his function allows access directly to the element vector;
Synopsis
#include "grid.h"
int ElementVecGetArray(ElementVec vec, PetscScalar **array)
Collective on ElementVec
Input Parameter
vec - The element vector
Output Parameter
array - The array of values
Keywords
element vector, finite element
See Also
ElementVecRestoreArray(), 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