Salome HOME
Update documentation for enforced vertices in GHS3DPLUGIN
authornge <nge>
Thu, 8 Oct 2009 15:37:54 +0000 (15:37 +0000)
committernge <nge>
Thu, 8 Oct 2009 15:37:54 +0000 (15:37 +0000)
doc/salome/gui/SMESH/images/ghs3d_enforced_vertices.png [new file with mode: 0644]
doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png
doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png
doc/salome/gui/SMESH/input/ghs3d_hypo.doc

diff --git a/doc/salome/gui/SMESH/images/ghs3d_enforced_vertices.png b/doc/salome/gui/SMESH/images/ghs3d_enforced_vertices.png
new file mode 100644 (file)
index 0000000..c471743
Binary files /dev/null and b/doc/salome/gui/SMESH/images/ghs3d_enforced_vertices.png differ
index 4f36203ba8a7b1b6d20a19b1643853818b35bf3e..1d6b7c7a23c25dac58d3f9677070403c0072f653 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png and b/doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png differ
index 0cce50bb8bf7c93fcbbf19f1eb71c30e1ed7a573..cd92b45fc0317aed0952c14bbdbdf1a2a0850cf9 100644 (file)
Binary files a/doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png and b/doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png differ
index 414e342fa454ba5e5681ced54abf96df445dbf0c..ace242baf6000447cd4e7f2dbc3a1804abba0ecd 100644 (file)
@@ -5,6 +5,8 @@
 \n GHS3D Parameters hypothesis works only with <b>Tetrahedron (GHS3D)</b> 
 algorithm. This algorithm is a commercial software.
 
+<h1>General parameters</h1>
+
 \image html ghs3d_parameters_basic.png
 
 <ul>
@@ -21,6 +23,8 @@ optimization level: none, light, medium or strong. Higher level of
 optimisation provides better mesh, but can be time-consuming.
 </li>
 
+<h1>Advanced parameters</h1>
+
 \image html ghs3d_parameters_advanced.png
 
 <li><b>Maximum memory size</b> - launches ghs3d software with
@@ -52,6 +56,18 @@ together with the characteristics of the final mesh.
 <li><b>To create new nodes</b> - if this option is checked off, ghs3d
 tries to create tetrahedrons using only the nodes of the 2D mesh.</li>
 
+<li><b>To remove initial central point</b> - TetMesh-GHS3D adds an internal point 
+at the centre of gravity of the bounding box in order to speed up and to simplify 
+the meshing process. It is however possible for TetMesh-GHS3D to refrain from creating 
+this point by using the command line option -no initial central point. This can be
+particularly useful to generate a volume mesh without internal points at all, and in some rare cases,
+to help the boundary regeneration phase when it failed with the standard options (for example when
+one dimension of the domain is large compared to the other two, with a ratio of 20 or more).
+Use this option when the boundary regeneration failed with the standard parameters and before using
+the recovery version (command line option -C).
+Note: when using this option, the speed of the meshing process may decrease, and quality may change.
+Note: the boundary regeneration may fail with this option, in some rare cases.</li>
+
 <li><b>To use boundary recovery version</b> - enables using a
 boundary recovery module which tries to
 create volume meshes starting from very poor quality surface meshes
@@ -61,6 +77,17 @@ resulting volume mesh will however most likely have a very poor
 quality (poor aspect ratio of elements, tetrahedra with a very small
 positive volume).</li>
 
+<li><b>To use FEM correction</b> - Applies finite-element correction by 
+replacing overconstrained elements where it is possible. The process is 
+first slicing the overconstrained edges and second the overconstrained 
+facets. This ensures that no edges have two boundary vertices and that 
+no facets have three boundary vertices. TetMesh-GHS3D gives the initial 
+and final overconstrained edges and facets. It also gives the facets
+which have three edges on the boundary.
+Note: when using this option, the speed of the meshing process may 
+decrease, quality may change, and the smallest volume may be smaller.
+The default is no correction.</li>
+
 <li><b>Option as text</b> - allows input of any text as command line
 for ghs3d. This allows the input of advanced options in a free from. </li>