Salome HOME
Implementation on the issue 16186: EDF PAL 459: Mapping: when refining, to separate...
[modules/smesh.git] / doc / salome / gui / SMESH / input / introduction_to_mesh.doc
1 /*!
2
3 \page introduction_to_mesh_page Introduction to MESH
4
5 \n \b MESH module of SALOME is destined for:
6 <ul>
7 <li>\ref importing_exporting_meshes_page "import and export of meshes in MED format",</li>
8 <li>\ref constructing_meshes_page "meshing geometrical models"
9 previously created or imported by the GEOM component. MESH module
10 allows to apply 1D, 2D, 3D meshing algorithms and a set of hypotheses:
11 <ul>
12 <li>\ref arithmetic_1d_anchor "Arithmetic 1D"</li>
13 <li>\ref average_length_anchor "Average Length"</li>
14 <li>\ref deflection_1d_anchor "Deflection 1D"</li>
15 <li>\ref number_of_segments_anchor "Number of segments"</li>
16 <li>\ref start_and_end_length_anchor "Start and end length"</li>
17 <li>\ref automatic_length_anchor "Automatic Length"</li>
18 <li>\ref max_element_area_anchor "Max Element Area"</li>
19 <li>\ref length_from_edges_anchor "Length from Edges"</li>
20 <li>\ref quadrangle_preference_anchor "Quadrangle Preference"</li>
21 <li>\ref triangle_preference_anchor "Triangle Preference"</li>
22 <li>\ref max_element_volume_hypo_page "Max Element Volume"</li>
23 </ul>
24 </li>
25 <li>modification of locally generated meshes by
26 <ul>
27 <li>\ref adding_nodes_and_elements_page "Addition" of nodes and elements</li>
28 <li>\ref removing_nodes_and_elements_page "Removal" of nodes and elements </li>
29 </ul>
30 </li>
31 <li>\ref creating_groups_page "grouping mesh elements" and 
32 \ref using_operations_on_groups_page "performing operations on these groups"</li>
33 <li>\ref about_quality_controls_page "quality control" of meshes basing on a set of definite criteria - 
34
35 <b>for edges:</b>
36 <ul>
37 <li>\ref length_page "Length of edges"</li>
38 <li>\ref borders_at_multi_connection_page "Borders at multi-connection"</li>
39 <li>\ref free_borders_page "Free borders"</li>
40 </ul>
41
42 <b>for faces:</b>
43 <ul>
44 <li>\ref area_page "Area"</li>
45 <li>\ref free_edges_page "Free edges"</li>
46 <li>\ref borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
47 <li>\ref length_2d_page "Length 2D"</li>
48 <li>\ref minimum_angle_page "Minimum angle"</li>
49 <li>\ref taper_page "Taper"</li>
50 <li>\ref aspect_ratio_page "Aspect Ratio"</li>
51 <li>\ref warping_page "Warping"</li>
52 <li>\ref skew_page "Skew"</li>
53 </ul>
54
55 <b>for solids:</b>
56 <ul>
57 <li>\ref aspect_ratio_3d_page "Aspect ratio 3D"</li>
58 <li>\ref volume_page "Volume"</li>
59 </ul>
60 </li>
61 </ul>
62
63 \image html image7.jpg
64
65 */