Salome HOME
BUG: SMESH/doc: the formula used to calculate taper was wrong in the doc
[modules/smesh.git] / doc / salome / gui / SMESH / input / taper.doc
1 /*!
2
3 \page taper_page Taper
4
5 \n \b Taper mesh quality criterion represents the ratio of the areas
6 of two triangles separated by a diagonal. So it can be calculated only
7 for elements consisting of 4 nodes.
8
9   <b><center>JA=0.25 * (A1 + A2 + A3 + A4)
10   <br> TAPER= MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)</center></b>
11
12 <br><em>To apply the Taper quality criterion to your mesh:</em>
13
14 <ol>
15 <li>Display your mesh in the viewer.</li>
16
17 <li>Choose <b>Controls > Face Controls > Taper</b> or click
18 <em>"Taper"</em> button in the toolbar.
19
20 \image html image36.png
21 <center><em>"Taper" button</em></center>
22
23 Your mesh will be displayed in the viewer with its elements colored
24 according to the applied mesh quality control criterion:
25
26 \image html image90.jpg
27 </li>
28 </ol>
29
30 <br><b>See Also</b> a sample TUI Script of a 
31 \ref tui_taper "Taper quality control" operation.  
32
33 */