#include "grid.h" int ElementMatCreate(MPI_Comm comm, int rowSize, int colSize, ElementMat *mat)Collective on MPI_Comm
comm | - The communicator to associate with the matrix | |
rowSize | - The number of test functions per element | |
colSize | - The number of basis functions per element |
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