Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / input / about_quality_controls.rst
1 .. _quality_page: 
2
3 **********************
4 About quality controls
5 **********************
6
7 **Mesh quality control** in MESH is destined for visual control of the generated mesh.
8
9 Application of a definite quality control consists of usage of the corresponding algorithm, which calculates a value of a definite geometric characteristic (Area, Length of edges, etc) for all meshing elements, composing your mesh. Then all meshing elements are colored according the calculated values. The reference between the coloring of the meshing elements and these calculated values is shown with the help of a scalar bar, which is displayed near the presentation of your mesh.
10
11 There are four types of quality controls, corresponding to node, edge, face and volume entity type.
12
13 Node quality controls:
14
15 * :ref:`free_nodes_page`
16 * :ref:`double_nodes_control_page`
17
18
19 Edge quality controls:
20
21 * :ref:`free_borders_page`
22 * :ref:`length_page`
23 * :ref:`borders_at_multi_connection_page`
24 * :ref:`double_elements_page`
25
26
27 Face quality controls:
28
29 * :ref:`free_edges_page`
30 * :ref:`free_faces_page`
31 * :ref:`bare_border_faces_page`
32 * :ref:`over_constrained_faces_page`
33 * :ref:`length_2d_page`
34 * :ref:`deflection_2d_page`
35 * :ref:`borders_at_multi_connection_2d_page`
36 * :ref:`area_page`
37 * :ref:`taper_page`
38 * :ref:`aspect_ratio_page`
39 * :ref:`minimum_angle_page`
40 * :ref:`warping_page`
41 * :ref:`skew_page`
42 * :ref:`max_element_length_2d_page`
43 * :ref:`double_elements_page`
44
45
46 Volume quality controls:
47
48 * :ref:`aspect_ratio_3d_page`
49 * :ref:`volume_page`
50 * :ref:`max_element_length_3d_page`
51 * :ref:`bare_border_volumes_page`
52 * :ref:`over_constrained_volumes_page`
53 * :ref:`double_elements_page`
54
55
56 To manage the quality controls call pop-up in the VTK viewer and select "Controls" sub-menu
57
58 .. image:: ../images/controls_popup.png
59         :align: center
60
61
62 *  **Reset** switches off quality controls;
63 *  **Node Controls** provides access to the node quality controls;
64 *  **Edge Controls** provides access to the edge quality controls;
65 *  **Face Controls** provides access to the face quality controls;
66 *  **Volume Controls** provides access to the volume quality controls;
67 *  **Scalar Bar Properties** allows setting :ref:`scalar_bar_dlg`;
68 *  **Distribution -> Export ...** allows saving the distribution of quality control values in the text file;
69 *  **Distribution -> Show** Shows/Hides the distribution histogram of the quality control values in the VTK Viewer.
70 *  **Distribution -> Plot** Plots the distribution histogram of the quality control values in the Plot 2D Viewer.
71
72 **Table of Contents**
73
74 .. toctree::
75         :maxdepth: 2
76
77         free_nodes.rst
78         double_nodes_control.rst
79         free_borders.rst
80         length.rst
81         borders_at_multi_connection.rst
82         double_elements_control.rst
83         free_edges.rst
84         free_faces.rst
85         bare_border_face.rst
86         over_constrained_faces.rst
87         length_2d.rst
88         deflection_2d.rst
89         borders_at_multi_connection_2d.rst
90         area.rst
91         taper.rst
92         aspect_ratio.rst
93         minimum_angle.rst
94         warping.rst
95         skew.rst
96         max_element_length_2d.rst
97         aspect_ratio_3d.rst
98         volume.rst
99         max_element_length_3d.rst
100         bare_border_volumes.rst
101         over_constrained_volumes.rst
102         scalar_bar.rst