Salome HOME
8f78c38c5340d8ff4b4ed58fe057ca9bf3c8753a
[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 four types of quality controls, corresponding to node, edge,
17 face and volume entity type.
18
19 Node quality controls:
20 <ul>
21 <li>\subpage free_nodes_page "Free nodes"</li>
22 </ul>
23
24 Edge quality controls:
25 <ul>
26 <li>\subpage free_edges_page "Free edges"</li>
27 <li>\subpage free_borders_page "Free borders"</li>
28 <li>\subpage length_page "Length"</li>
29 <li>\subpage borders_at_multi_connection_page "Borders at multi-connection"</li>
30 </ul>
31
32 Face quality controls:
33 <ul>
34 <li>\subpage free_faces_page "Free faces"</li>
35 <li>\subpage length_2d_page "Length 2D"</li>
36 <li>\subpage borders_at_multi_connection_2d_page "Borders at multi-connection 2D"</li>
37 <li>\subpage area_page "Area"</li>
38 <li>\subpage taper_page "Taper"</li>
39 <li>\subpage aspect_ratio_page "Aspect ratio"</li>
40 <li>\subpage minimum_angle_page "Minimum angle"</li>
41 <li>\subpage warping_page "Warping"</li>
42 <li>\subpage skew_page "Skew"</li>
43 <li>\subpage max_element_length_2d_page "Max element length 2D"</li>
44 </ul>
45
46 Volume quality controls:
47 <ul>
48 <li>\subpage aspect_ratio_3d_page "Aspect ratio 3D"</li>
49 <li>\subpage volume_page "Volume"</li>
50 <li>\subpage max_element_length_3d_page "Max element length 3D"</li>
51 </ul>
52
53 */