GridGetActiveField

This function gets the canonical field number for a certain active field.

Synopsis

#include "grid.h" 
int GridGetActiveField(Grid grid, int n, int *field)
Not collective

Input Parameters

grid - The grid
n - The nth active field

Output Parameter

field -The field

Keywords

grid, field, active

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