MeshSetHighlightElement

This function highlights the given element when the mesh is displayed.

Synopsis

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

Input Parameters

mesh - The mesh
element - The local element index to highlight

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

Keywords

mesh, element

See Also

MeshGetHighlightElement(), 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