Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[plugins/ghs3dprlplugin.git] / doc / salome / gui / GHS3DPRLPLUGIN / input / ghs3dprlplugin_python_interface.doc
index eb50bc172f390c0eb0220bc5029b132a047eb1b0..0549f574b2d5baae3da513acd7321acfa11d27fa 100644 (file)
@@ -2,15 +2,15 @@
 
 \page ghs3dprlplugin_python_interface_page Python Interface
 
-\note The former name of MG-Tetra Parallel meshing algorithm is \a GHS3DPRL and names
+\note The former name of MG-Tetra_HPC meshing algorithm is \a GHS3DPRL and names
 of the corresponding classes and modules still include \a "GHS3DPRL".
 
 Python package GHS3DPRLPluginBuilder defines
 GHS3DPRLPluginBuilder.GHS3DPRL_Algorithm class providing access
-to the MG-Tetra Parallel meshing algorithm and its parameters.
+to the MG-Tetra_HPC meshing algorithm and its parameters.
 
 You can get an instance of this class by calling
-smeshBuilder.Mesh.Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel) or 
+smeshBuilder.Mesh.Tetrahedron(algo=smeshBuilder.MG_Tetra_HPC) or 
 smeshBuilder.Mesh.Tetrahedron(algo=smeshBuilder.GHS3DPRL). This call
 creates an algorithm (if not yet exist), assigns it to the mesh and
 returns an instance of GHS3DPRLPluginBuilder.GHS3DPRL_Algorithm to the caller.