BUG: SMESH/doc: the formula used to calculate taper was wrong in the doc

This commit is contained in:
rnc 2013-08-20 11:41:15 +00:00
parent fda116565e
commit 2d2156befc

View File

@ -6,7 +6,8 @@
of two triangles separated by a diagonal. So it can be calculated only of two triangles separated by a diagonal. So it can be calculated only
for elements consisting of 4 nodes. for elements consisting of 4 nodes.
\image html image25.png <b><center>JA=0.25 * (A1 + A2 + A3 + A4)
<br> TAPER= MAX(|A1/JA - 1|, |A2/JA - 1|, |A3/JA - 1|, |A4/JA - 1|)</center></b>
<br><em>To apply the Taper quality criterion to your mesh:</em> <br><em>To apply the Taper quality criterion to your mesh:</em>