MeshGetHighlightElement

This function returns the element which is highlighted when the mesh is displayed.

Synopsis

#include "mesh.h" 
int MeshGetHighlightElement(Mesh mesh, int *element)
Collective on Mesh

Input Parameter

mesh -The mesh

Output Parameter

element -The local element element to highlight, or -1 for no highlighting

Note: You can retrieve the global element index from the local element index using the Partition function PartitionLocalToGlobalElementIndex()

Keywords

mesh, element

See Also

MeshSetHighlightElement(), MeshView()

Level:intermediate
Location:
src/mesh/interface/meshDraw.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages