GridGetNumNonlinearOperators
Returns the number of nonlinear operators for the problem defined on the grid.
Synopsis
#include "grid.h"
int GridGetNumNonlinearOperators(Grid grid, int *numOps)
Not collective
Input Parameter
grid -The grid
Output Parameter
numOps -The number of operators
Keywords
grid, operator, nonlinear
See Also
GridGetNonlinearOperatorStart()
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