Salome HOME
IPAL53073: Hexotic Mesh is not compute
[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 4
17 nodes is calculated using The Verdict Geometric Quality Library
18 available within VTK. The calculation formula is:
19
20 \image html formula5.png
21
22 <em>To apply the Aspect Ratio quality criterion to your mesh:</em>
23 <ol>
24 <li>Display your mesh in the viewer.</li>
25
26 <li>Choose <b>Controls > Face Controls > Aspect Ratio</b> or click
27 <em>"Aspect Ratio"</em> button in the toolbar.
28
29 <center>
30 \image html image37.png
31 <em>"Aspect Ratio" button</em>
32 </center>
33
34 Your mesh will be displayed in the viewer with its elements colored
35 according to the applied mesh quality control criterion:
36
37 \image html image94.jpg
38 </li>
39 </ol>
40
41 <br><b>See Also</b> a sample TUI Script of an 
42 \ref tui_aspect_ratio "Aspect Ratio quality control" operation.
43
44 */
45