GridGetFieldComponents

This function gets the number of components in a field.

Synopsis

#include "grid.h" 
int GridGetFieldComponents(Grid grid, int field, int *comp)
Not collective

Input Parameters

grid - The grid
field - The field

Output Parameter

comp -The number of components in the field

Keywords

grid, field, component

See Also

GridGetFieldDiscType()

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