Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / ghs3d_hypo.doc
1 /*!
2
3 \page ghs3d_hypo_page GHS3D Parameters hypothesis
4
5 \n GHS3D Parameters hypothesis works only with <b>Tetrahedron (GHS3D)</b> 
6 algorithm. This algorithm is a commercial software.
7
8 \image html ghs3d_parameters_basic.png
9
10 <ul>
11 <li><b>Name</b> - allows to define the name of the hypothesis (GHS3D 
12 Parameters by default).</li>
13
14 <li><b>To mesh holes</b> - if checked, the algorithm will 
15 create mesh in the holes inside a solid shape, else only the outermost
16 shape will be meshed. Volumic elements created within holes are bound
17 to the solid.</li>
18
19 <li><b>Optimization level</b> - allows choosing the required
20 optimization level: none, light, medium or strong. Higher level of
21 optimisation provides better mesh, but can be time-consuming.
22 </li>
23
24 \image html ghs3d_parameters_advanced.png
25
26 <li><b>Maximum memory size</b> - launches ghs3d software with
27 work space limited to the specified amount of RAM, in Mbytes. If this option is
28 checked off, the software will be launched with 7O% of the total RAM space. </li>
29
30 <li><b>Initial memory size</b> - starts ghs3d software with
31 the specified amount of work space, in Mbytes. If this option is checked off, the
32 software will be started with 100 Megabytes of working space. </li>
33
34 <li><b>Working directory</b> - allows defining the folder for input and output
35 files of ghs3d software, which are the files starting with "GHS3D_" prefix. </li>
36
37 <li><b>Keep working files</b> - allows checking input and output files
38 of ghs3d software, while usually these files are removed after the
39 launch of the mesher.</li>
40
41 <li><b>Verbose level</b> - to choose verbosity level in the range from
42 0 to 10.
43 <ul> <li>0, no standard output,
44 </li><li>2, prints the data, quality statistics of the skin and final
45 meshes and indicates when the final mesh is being saved. In addition
46 the software gives indication regarding the CPU time.
47 </li><li>10, same as 2 plus the main steps in the computation, quality
48 statistics histogram of the skin mesh, quality statistics histogram
49 together with the characteristics of the final mesh.
50 </li></ul></li>
51
52 <li><b>To create new nodes</b> - if this option is checked off, ghs3d
53 tries to create tetrahedrons using only the nodes of the 2D mesh.</li>
54
55 <li><b>To use boundary recovery version</b> - enables using a
56 boundary recovery module which tries to
57 create volume meshes starting from very poor quality surface meshes
58 (almost flat triangles on the surface, high density propagation,
59 extreme aspect ratios, etc.) which fails with the standard version. The
60 resulting volume mesh will however most likely have a very poor
61 quality (poor aspect ratio of elements, tetrahedra with a very small
62 positive volume).</li>
63
64 <li><b>Option as text</b> - allows input of any text as command line
65 for ghs3d. This allows the input of advanced options in a free from. </li>
66
67 </ul>
68
69 */