GridGetNumMatOperators
Returns the number of matrix operators for the problem defined on the grid.
Synopsis
#include "grid.h"
int GridGetNumMatOperators(Grid grid, int *numOps)
Not collective
Input Parameter
grid -The grid
Output Parameter
numOps -The number of operators
Keywords
grid, operator
See Also
GridGetMatOperatorStart()
Level:intermediate
Location:src/grid/interface/gridDB.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages