Salome HOME
Merge branch 'V8_4_BR'
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_quality_controls.rst
1 .. _quality_page: 
2
3 **********************
4 About quality controls
5 **********************
6
7 .. note:: 
8         **Mesh quality control** in MESH is destined for visual control of the generated mesh.
9
10 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.
11
12 There are four types of quality controls, corresponding to node, edge, face and volume entity type.
13
14 Node quality controls:
15
16 * :ref:`free_nodes_page`
17 * :ref:`double_nodes_control_page`
18
19
20 Edge quality controls:
21
22 * :ref:`free_borders_page`
23 * :ref:`length_page`
24 * :ref:`borders_at_multi_connection_page`
25 * :ref:`double_elements_page`
26
27
28 Face quality controls:
29
30 * :ref:`free_edges_page`
31 * :ref:`free_faces_page`
32 * :ref:`bare_border_faces_page`
33 * :ref:`over_constrained_faces_page`
34 * :ref:`length_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
73 .. toctree::
74         :maxdepth: 2
75
76         free_nodes.rst
77         double_nodes_control.rst
78         free_borders.rst
79         length.rst
80         borders_at_multi_connection.rst
81         double_elements_control.rst
82         free_edges.rst
83         free_faces.rst
84         bare_border_face.rst
85         over_constrained_faces.rst
86         length_2d.rst
87         borders_at_multi_connection_2d.rst
88         area.rst
89         taper.rst
90         aspect_ratio.rst
91         minimum_angle.rst
92         warping.rst
93         skew.rst
94         max_element_length_2d.rst
95         aspect_ratio_3d.rst
96         volume.rst
97         max_element_length_3d.rst
98         bare_border_volumes.rst
99         over_constrained_volumes.rst
100         scalar_bar.rst  
101
102