Salome HOME
add GHS3D and BLSURF description
[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.</li>
17
18 <li><b>Optimization level</b> - sets the desired optimization level.
19 Optimization levels are: none, light, medium, strong, in increasing 
20 order of "quality vs speed" ratio.
21 </li>
22
23 \image html ghs3d_parameters_advanced.png
24
25 <li><b>Maximum memory size</b> - launches ghs3d software with
26 work space limited to specified Megabytes of memory. If this option is
27 checked off, the software will be launched with 0.7 * total RAM space. </li>
28
29 <li><b>Initial memory size</b> - starts ghs3d software with
30 specified Megabytes of work space. If this option is checked off, the
31 software will be started with 100 Megabytes of working space. </li>
32
33 <li><b>Working directory</b> - Defines folder for input and output
34 files of ghs3d software, which are files starting with "GHS3D_" prefix. </li>
35
36 <li><b>To keep working files</b> - allows to check input and output files
37 of ghs3d software, while usually these files are remove after mesher launch </li>
38
39 </ul>
40
41 */