/*!
\page introduction_to_mesh_page Introduction to MESH
\n \b MESH module of SALOME is destined for:
- \ref importing_exporting_meshes_page "import and export of meshes in MED format",
- \ref constructing_meshes_page "meshing geometrical models"
previously created or imported by the GEOM component. MESH module
allows to apply 1D, 2D, 3D meshing algorithms and a set of hypotheses:
- \ref arithmetic_1d_anchor "Arithmetic 1D"
- \ref average_length_anchor "Average Length"
- \ref deflection_1d_anchor "Deflection 1D"
- \ref number_of_segments_anchor "Number of segments"
- \ref start_and_end_length_anchor "Start and end length"
- \ref automatic_length_anchor "Automatic Length"
- \ref max_element_area_anchor "Max Element Area"
- \ref length_from_edges_anchor "Length from Edges"
- \ref quadrangle_preference_anchor "Quadrangle Preference"
- \ref triangle_preference_anchor "Triangle Preference"
- \ref max_element_volume_hypo_page "Max Element Volume"
- modification of locally generated meshes by
- \ref adding_nodes_and_elements_page "Addition" of nodes and elements
- \ref removing_nodes_and_elements_page "Removal" of nodes and elements
- \ref creating_groups_page "grouping mesh elements" and
\ref using_operations_on_groups_page "performing operations on these groups"
- \ref about_quality_controls_page "quality control" of meshes basing on a set of definite criteria -
for edges:
- \ref length_page "Length of edges"
- \ref borders_at_multi_connection_page "Borders at multi-connection"
- \ref free_borders_page "Free borders"
for faces:
- \ref area_page "Area"
- \ref free_edges_page "Free edges"
- \ref borders_at_multi_connection_2d_page "Borders at multi-connection 2D"
- \ref length_2d_page "Length 2D"
- \ref minimum_angle_page "Minimum angle"
- \ref taper_page "Taper"
- \ref aspect_ratio_page "Aspect Ratio"
- \ref warping_page "Warping"
- \ref skew_page "Skew"
for solids:
- \ref aspect_ratio_3d_page "Aspect ratio 3D"
- \ref volume_page "Volume"
\image html image7.jpg
*/