0021723: EDF SMESH: Calculation of Aspect Ratio

Formula from The Verdict Geometric Quality Library available within
VTK is used
This commit is contained in:
eap 2012-07-20 09:17:17 +00:00
parent 1d17e561d7
commit be115771d7
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -9,17 +9,17 @@ its type (with all edges having the same length).
- The <b>Aspect Ratio</b> of a \b triangle 2D element consisting of 3
nodes is calculated by the formula:
nodes is calculated using The Verdict Geometric Quality Library
available within VTK. The calculation formula is:
\image html formula4.png
- The <b>Aspect Ratio</b> of a \b quadrangle 2D element consisting of 4
nodes is calculated by the formula:
nodes is calculated using The Verdict Geometric Quality Library
available within VTK. The calculation formula is:
\image html formula5.png
\image html image138.gif
<em>To apply the Aspect Ratio quality criterion to your mesh:</em>
<ol>
<li>Display your mesh in the viewer.</li>