FieldClassMapCreateTriangular2D

This function creates a class map for the given grid.

Synopsis

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

Input Parameters

grid - The underlying grid for the ordering
numFields - The number of fields in the ordering
fields - The fields in the ordering

Output Parameter

map -The map

Keywords

class, field class, class map, create

See Also

FieldClassMapCreate(), FieldClassMapDestroy()

Level:beginner
Location:
src/grid/impls/triangular/2d/fieldClassMap2d.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages