ElementMatGetReduceSize

This function returns the size of the element matrix after all reduction have been carried out..

Synopsis

#include "grid.h" 
int ElementMatGetReduceSize(ElementMat mat, int *rowSize, int *colSize)
Not collective

Input Parameter

mat -The element matrix

Output Parameters

rowSize - The number of rows
colSize - The number of rows

Keywords

element matrix, finite element

See Also

ElementMatGetSize(), 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