Salome HOME
Help Update for version 7.6.0
[modules/smesh.git] / doc / salome / gui / SMESH / input / index.doc
1 /*!
2
3 \mainpage Introduction to MESH
4
5 \image html a-viewgeneral.png
6
7 \n \b Mesh module of SALOME is destined for:
8 <ul>
9 <li>\subpage about_meshes_page "creating meshes" in different ways:
10  - by meshing geometrical models previously created or imported by the
11    Geometry component; 
12  - bottom-up, using \ref modifying_meshes_page "mesh edition"
13    operations, especially \ref extrusion_page "extrusion" and \ref
14    revolution_page "revolution";
15  - by generation of the 3D mesh from the 2D mesh (the latter can be
16   either \ref importing_exporting_meshes_page "imported" or manually
17   created); 
18  </li>
19 <li>\ref importing_exporting_meshes_page "importing and exporting meshes in various formats";</li> 
20 <li>\subpage modifying_meshes_page "modifying meshes" with a vast
21   array of dedicated operations;</li> 
22 <li>\subpage grouping_elements_page "creating groups of mesh
23   elements";</li>
24 <li>filtering mesh entities (nodes or elements) using
25   \subpage filters_page "Filters" functionality for \ref
26   grouping_elements_page "creating groups" and applying \ref
27   modifying_meshes_page "mesh modifications";</li>
28 <li>\subpage viewing_meshes_overview_page "viewing meshes" in
29   the VTK viewer;</li>
30 <li>applying to meshes \subpage quality_page "Quality Controls", 
31   allowing to highlight important elements;</li>
32 <li>taking various \subpage measurements_page "measurements" of the
33   mesh objects.</li>
34 </ul>
35
36 It is possible to use the variables predefined in
37 \subpage using_notebook_mesh_page "Salome notebook" to set parameters
38 of operations.
39
40 Mesh module preferences are described in the \subpage mesh_preferences_page 
41 section of SALOME Mesh Help.
42
43 Almost all mesh module functionalities are accessible via
44 \subpage smeshpy_interface_page "Mesh module Python interface".
45
46 \image html image7.jpg "Example of MESH module usage for engineering tasks"
47
48 */