]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blobdiff - doc/salome/gui/GHS3DPRLPLUGIN/input/ghs3dprl_hypo.doc
Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[plugins/ghs3dprlplugin.git] / doc / salome / gui / GHS3DPRLPLUGIN / input / ghs3dprl_hypo.doc
index fa0a8c1eaebe1e8a7a00728ac65bdec0fa10db9a..90c9215a506382963584e48ca3fe38cb1d8ae92b 100644 (file)
@@ -1,9 +1,9 @@
 /*!
 
-\page ghs3dprl_hypo_page MG-Tetra Parallel Parameters hypothesis
+\page ghs3dprl_hypo_page MG-Tetra_HPC Parameters hypothesis
 
 \n MG-Tetra Parameters hypothesis works only with <b>MG-Tetra</b>
-meshing algorithm which uses <b>MG-Tetra-hpc</b> code (formerly tepal)
+meshing algorithm which uses <b>MG-Tetra_HPC</b> code (formerly tepal)
 which is the parallel implementation of MG-Tetra (formerly TetMesh-GHS3D) algorithm. 
 This algorithm is a DISTENE commercial software, its use requires a license.
 \n
@@ -24,7 +24,7 @@ file with 5 million tetrahedrons.
 
 <ul>
 <li>
-<b>Name</b> - allows to define the name of the hypothesis (MG-Tetra Parallel Parameters by default).
+<b>Name</b> - allows to define the name of the hypothesis (MG-Tetra_HPC Parameters by default).
 </li>
 <li>
 <b>MED Name</b> - allows to define the path and the prefix of the 
@@ -80,7 +80,7 @@ In \b Advanced tab page you can specify not exposed options of MG_Tetra-hpc.
 A check box in the first column activates/deactivates the option of the current row. A deactivated option will be erased upon pressing \a Ok.
 
 <h1>Modifying MG-Tetra-hpc Advanced Parameters</h1><br>
-MG-Tetra Parallel plug-in launches a standalone binary
+MG-Tetra_HPC plug-in launches a standalone binary
 executable <b>tetrahpc2med</b>.<br>
 tetrahpc2med launches MG_Tetra-hpc, waits for the end of computation, and
 converts the resulting output files into MED files.<br>
@@ -200,8 +200,8 @@ Options:
 \n
 </li>
 
-<h1>Saving user's preferred MG-Tetra Parallel Advanced Parameters</h1><br>
-MG-Tetra Parallel plug-in launches standalone binary executable tetrahpc2med.<br>
+<h1>Saving user's preferred MG-Tetra_HPC Advanced Parameters</h1><br>
+MG-Tetra_HPC plug-in launches standalone binary executable tetrahpc2med.<br>
 You may rename file tetrahpc2med as tetrahpc2med.exe for example, and replace
 tetrahpc2med by a shell script at your convenience to overriding parameters.
 <br>... or else $PATH modification... .<br>
@@ -367,7 +367,7 @@ algo2d.SetGeometricMesh(0)
 # 3D mesh with tetra-hpc (formerly tepal v3 (2014))
 # ----------------------------------------------------
 
-algo3d = m.Tetrahedron(smeshBuilder.MG_Tetra_Parallel)
+algo3d = m.Tetrahedron(smeshBuilder.MG_Tetra_HPC)
 
 algo3d.SetMEDName(results)
 algo3d.SetNbPart(4)