Salome HOME
[bos #32739][CEA] 3D warp
[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:`warping_3d_page`
51 * :ref:`max_element_length_3d_page`
52 * :ref:`scaled_jacobian_page`
53 * :ref:`bare_border_volumes_page`
54 * :ref:`over_constrained_volumes_page`
55 * :ref:`double_elements_page`
56
57
58 To manage the quality controls call pop-up in the VTK viewer and select "Controls" sub-menu
59
60 .. image:: ../images/controls_popup.png
61         :align: center
62
63
64 *  **Reset** switches off quality controls;
65 *  **Node Controls** provides access to the node quality controls;
66 *  **Edge Controls** provides access to the edge quality controls;
67 *  **Face Controls** provides access to the face quality controls;
68 *  **Volume Controls** provides access to the volume quality controls;
69 *  **Scalar Bar Properties** allows setting :ref:`scalar_bar_dlg`;
70 *  **Distribution -> Export ...** allows saving the distribution of quality control values in the text file;
71 *  **Distribution -> Show** Shows/Hides the distribution histogram of the quality control values in the VTK Viewer.
72 *  **Distribution -> Plot** Plots the distribution histogram of the quality control values in the Plot 2D Viewer.
73
74 **Table of Contents**
75
76 .. toctree::
77         :maxdepth: 2
78
79         free_nodes.rst
80         double_nodes_control.rst
81         free_borders.rst
82         length.rst
83         borders_at_multi_connection.rst
84         double_elements_control.rst
85         free_edges.rst
86         free_faces.rst
87         bare_border_face.rst
88         over_constrained_faces.rst
89         length_2d.rst
90         deflection_2d.rst
91         borders_at_multi_connection_2d.rst
92         area.rst
93         taper.rst
94         aspect_ratio.rst
95         minimum_angle.rst
96         warping.rst
97         skew.rst
98         max_element_length_2d.rst
99         aspect_ratio_3d.rst
100         volume.rst
101         max_element_length_3d.rst
102         warping_3d.rst
103         bare_border_volumes.rst
104         over_constrained_volumes.rst
105         scalar_bar.rst
106         scaled_jacobian.rst