Salome HOME
7f7fa95dbd937ff3a21444f3994bb17712495c3b
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_quality_controls.doc
1 /*!
2
3 \page quality_page About quality controls
4
5 \n <b>Mesh quality control</b> in MESH is destined for visual control of the generated mesh.
6
7 Application of a definite quality control consists of usage of the
8 corresponding algorithm, which calculates a value of a definite
9 geometric characteristic (Area, Length of edges, etc) for all meshing
10 elements, composing your mesh. Then all meshing elements are colored
11 according the calculated values. The reference between the coloring of
12 the meshing elements and these calculated values is shown with the
13 help of a scalar bar, which is displayed near the presentation of your
14 mesh.
15
16 There are 0D, 1D, 2D and 3D quality controls.
17
18 0D mesh quality controls:
19 <ul>
20 <li>\ref free_nodes_page "Free nodes"</li>
21 </ul>
22
23 1D mesh quality controls:
24 <ul>
25 <li>\subpage free_borders_page "Free borders"</li>
26 <li>\subpage borders_at_multi_connection_page "Borders at multi-connection"</li>
27 <li>\subpage length_page "Length"</li>
28 </ul>
29
30 2D mesh quality controls:
31 <ul>
32 <li>\subpage free_edges_page "Free edges"</li>
33 <li>\subpage length_2d_page "Length 2D"</li>
34 <li>\subpage borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
35 <li>\subpage area_page "Area"</li>
36 <li>\subpage taper_page "Taper"</li>
37 <li>\subpage aspect_ratio_page "Aspect ratio"</li>
38 <li>\subpage minimum_angle_page "Minimum angle"</li>
39 <li>\subpage warping_page "Warping"</li>
40 <li>\subpage skew_page "Skew"</li>
41 </ul>
42
43 3D mesh quality controls:
44 <ul>
45 <li>\subpage aspect_ratio_3d_page "Aspect ratio 3D"</li>
46 <li>\subpage volume_page "Volume"</li>
47 <li>\subpage free_faces_page "Free faces"</li>
48 </ul>
49
50 */