3 \page aspect_ratio_page Aspect Ratio
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).
11 - The <b>Aspect Ratio</b> of a \b triangle 2D element consisting of 3
12 nodes is calculated by the formula:
14 \image html formula4.png
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:
21 \image html image138.gif
23 <em>To apply the Aspect Ratio quality criterion to your mesh:</em>
25 <li>Display your mesh in the viewer.</li>
27 <li>Choose <b>Controls > Aspect Ratio</b> or click <em>"Aspect
28 Ratio"</em> button in the toolbar.
30 \image html image37.gif
31 <center><em>"Aspect Ratio" button</em></center>
33 Your mesh will be displayed in the viewer with its elements colored
34 according to the applied mesh quality control criterion:
36 \image html image94.jpg
40 <br><b>See Also</b> a sample TUI Script of an
41 \ref tui_aspect_ratio "Aspect Ratio quality control" operation.