Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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 max_element_volume_hypo_page "Max Element Volume"</li>
22 </ul>
23 </li>
24 <li>modification of locally generated meshes by
25 <ul>
26 <li>\ref adding_nodes_and_elements_page "Addition" of nodes and elements</li>
27 <li>\ref removing_nodes_and_elements_page "Removal" of nodes and elements </li>
28 </ul>
29 </li>
30 <li>\ref creating_groups_page "grouping mesh elements" and 
31 \ref using_operations_on_groups_page "performing operations on these groups"</li>
32 <li>\ref about_quality_controls_page "quality control" of meshes basing on a set of definite criteria - 
33
34 <b>for edges:</b>
35 <ul>
36 <li>\ref length_page "Length of edges"</li>
37 <li>\ref borders_at_multi_connection_page "Borders at multi-connection"</li>
38 <li>\ref free_borders_page "Free borders"</li>
39 </ul>
40
41 <b>for faces:</b>
42 <ul>
43 <li>\ref area_page "Area"</li>
44 <li>\ref free_edges_page "Free edges"</li>
45 <li>\ref borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
46 <li>\ref length_2d_page "Length 2D"</li>
47 <li>\ref minimum_angle_page "Minimum angle"</li>
48 <li>\ref taper_page "Taper"</li>
49 <li>\ref aspect_ratio_page "Aspect Ratio"</li>
50 <li>\ref warping_page "Warping"</li>
51 <li>\ref skew_page "Skew"</li>
52 </ul>
53
54 <b>for solids:</b>
55 <ul>
56 <li>\ref aspect_ratio_3d_page "Aspect ratio 3D"</li>
57 <li>\ref volume_page "Volume"</li>
58 </ul>
59 </li>
60 </ul>
61
62 \image html image7.jpg
63
64 */