Salome HOME
0021723: EDF SMESH: Calculation of Aspect Ratio
authoreap <eap@opencascade.com>
Fri, 20 Jul 2012 09:17:17 +0000 (09:17 +0000)
committereap <eap@opencascade.com>
Fri, 20 Jul 2012 09:17:17 +0000 (09:17 +0000)
Formula from The Verdict Geometric Quality Library available within
VTK is used

doc/salome/gui/SMESH/images/formula4.png
doc/salome/gui/SMESH/images/formula5.png
doc/salome/gui/SMESH/input/aspect_ratio.doc

index 170f25558f668a433b61840bc4561b20b1c9433c..3a5d31f6f3123076298f41089a8c2c41e24cf46f 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/formula4.png and b/doc/salome/gui/SMESH/images/formula4.png differ
index 823ba068dc0fc02f61f4d416ee0fb0aa90c1ca6d..8cd035fadb95b54b7c7dfbb79d191726453cd212 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/formula5.png and b/doc/salome/gui/SMESH/images/formula5.png differ
index 4e4a96d56224f964a7182ccd4ea4ecb8218c13b7..09e56471fb001b045f9308ecde13db7feea76644 100644 (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>