ElementMatGetArray

his function allows access directly to the element matrix;

Synopsis

#include "grid.h" 
int ElementMatGetArray(ElementMat mat, PetscScalar **array)
Collective on ElementMat

Input Parameters

mat -The element matrix

Output Parameter

array -The array of values

Keywords

element matrix, finite element

See Also

ElementMatCreate

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