/*!
\mainpage Introduction to MESH
\image html a-viewgeneral.png
\n \b MESH module of SALOME is destined for:
- \ref importing_exporting_meshes_page "import and export of meshes in different formats";
- \subpage about_meshes_page "meshing geometrical models"
previously created or imported by the Geometry component;
- \subpage viewing_meshes_overview_page "viewing created meshes" in
the VTK viewer;
- \subpage grouping_elements_page "creating groups of mesh elements";
- applying to meshes \subpage quality_page "Quality Controls",
allowing to highlight important elements;
- filtering sub-sets of mesh entities (nodes elements) using
\subpage filters_page "Filters" functionality;
- \subpage modifying_meshes_page "modifying meshes" with a vast
array of dedicated operations;
- different \subpage measurements_page "measurements" of the mesh objects;
- easily setting parameters via the variables predefined in
\subpage using_notebook_mesh_page "Salome notebook".
Mesh module preferences are described in the \subpage mesh_preferences_page section of SALOME Mesh Help.
Almost all mesh module functionalities are accessible via
\subpage smeshpy_interface_page "Mesh module Python interface".
Other functions are available in salome.smesh python package.
\image html image7.jpg "Example of MESH module usage for engineering tasks"
*/