FieldClassMapCreateSubset

This function creates a new class map from an existing one on a subset of the fields.

Synopsis

#include "grid.h" 
int FieldClassMapCreateSubset(FieldClassMap map, int numFields, int *fields, FieldClassMap *newMap)
Collective on FieldClassMap

Input Parameter

map -The map

Output Parameter

newMap -The new map

Keywords

class, field class, class map, subset

See Also

FieldClassMapCreate()

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