Salome HOME
PAL19680 Meshers: BLSURF, GHS3D and holed shapes
[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 this box is checked, the algorithm will 
15 create mesh also in 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> - sets the desired optimization level.
20 Optimization levels are: none, light, medium, strong, in increasing 
21 order of "quality vs speed" ratio.
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 specified Megabytes of memory. If this option is
28 checked off, the software will be launched with 0.7 * total RAM space. </li>
29
30 <li><b>Initial memory size</b> - starts ghs3d software with
31 specified Megabytes of work space. 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> - defines folder for input and output
35 files of ghs3d software, which are files starting with "GHS3D_" prefix. </li>
36
37 <li><b>Keep working files</b> - allows to check input and output files
38 of ghs3d software, while usually these files are removed after mesher launch.</li>
39
40 </ul>
41
42 */