GridGetNumVars

his function gets the number of variables in the grid.

Synopsis

#include "grid.h" 
int GridGetNumVars(Grid grid, int *locNum, int *num, int *locConstNum, int *constNum)
Not collective

Input Parameter

grid -The grid

Output Parameters

locNum - The number of local variables
num - The number of variables
locConstNum - The number of local constrained variables
constNum - The number of constrained variables

Keywords

grid, field,

See Also

GridSetFieldName

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