Salome HOME
Update SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / aspect_ratio.doc
1 /*!
2
3 \page aspect_ratio_page Aspect Ratio
4
5 \n The <b>Aspect Ratio</b> quality criterion for mesh elements reveals
6 the degree of conformity of a mesh element to the regular element of
7 its type (with all edges having the same length).
8
9   
10
11 - The <b>Aspect Ratio</b> of a \b triangle 2D element consisting of 3
12 nodes is calculated by the formula:
13
14 \image html formula4.png
15
16 - The <b>Aspect Ratio</b> of a \b quadrangle 2D element consisting of
17  4 nodes is the worst (i.e. the greatest) value from all triangles
18  which can be built taking three nodes of the quadrangle. There are
19  four triangles to consider:
20
21 \image html image138.gif
22
23 <em>To apply the Aspect Ratio quality criterion to your mesh:</em>
24 <ol>
25 <li>Display your mesh in the viewer.</li>
26
27 <li>Choose <b>Controls > Aspect Ratio</b> or click <em>"Aspect
28 Ratio"</em> button in the toolbar.
29
30 \image html image37.png
31 <center><em>"Aspect Ratio" button</em></center>
32
33 Your mesh will be displayed in the viewer with its elements colored
34 according to the applied mesh quality control criterion:
35
36 \image html image94.jpg
37 </li>
38 </ol>
39
40 <br><b>See Also</b> a sample TUI Script of an 
41 \ref tui_aspect_ratio "Aspect Ratio quality control" operation.
42
43 */
44