Salome HOME
22874: [CEA 1425] Performance SMESH Module
[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 "import and export of 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 elements";</li>
23 <li>filtering mesh entities (nodes or elements) using
24   \subpage filters_page "Filters" functionality for \ref
25   grouping_elements_page "creating groups" and applying \ref
26   modifying_meshes_page "mesh modifications";</li>
27 <li>\subpage viewing_meshes_overview_page "viewing meshes" in
28   the VTK viewer;</li>
29 <li>applying to meshes \subpage quality_page "Quality Controls", 
30   allowing to highlight important elements;
31 <li>various \subpage measurements_page "measurements" of the mesh objects.
32 </ul>
33
34 When setting parameters of operations, it is possible to use the variables predefined in
35 \subpage using_notebook_mesh_page "Salome notebook".
36
37 Mesh module preferences are described in the \subpage mesh_preferences_page section of SALOME Mesh Help.
38
39 Almost all mesh module functionalities are accessible via
40 \subpage smeshpy_interface_page "Mesh module Python interface".
41
42 \image html image7.jpg "Example of MESH module usage for engineering tasks"
43
44 */