GridGetNodeClass

This function returns the class of a given node

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridGetNodeClass(Grid grid, int node, int *nclass)
Not collective

Input Parameters

grid - The grid
node - The node

Output Parameter

nclass -The node class

Keywords

grid, mesh, node, class

See Also

GridGetMeshInfo

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