ElementMatCreate

his function creates an element matrix for a finite element calculation.

Synopsis

#include "grid.h" 
int ElementMatCreate(MPI_Comm comm, int rowSize, int colSize, ElementMat *mat)
Collective on MPI_Comm

Input Parameters

comm - The communicator to associate with the matrix
rowSize - The number of test functions per element
colSize - The number of basis functions per element

Output Parameter

mat -The element matrix

Keywords

element matrix, finite element

See Also

ElementMatDestroy(), ElementVecCreate()

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