FieldClassMapGetField

This function returns the canonical field number of a field index in the map.

Synopsis

#include "grid.h" 
int FieldClassMapGetField(FieldClassMap cm, int f, int *field)
Not collective

Input Parameters

cm - The class map
f - The field index in the map

Output Parameter

field -The canonical field number

Keywords

class, class map, field

See Also

FieldClassMapGetNumFields(), FieldClassMapCreate()

Level:intermediate
Location:
src/grid/interface/fieldClassMap.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages