Salome HOME
COTECH: Update names of DISTENE products
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
index 576a3a647c83f5abc9846f15a0558a9487782456..4dcb421aec794dab9196026849338d81567797b6 100755 (executable)
                server-lib="GHS3DPRLEngine"
                gui-lib="GHS3DPRLPluginGUI">
   <hypotheses>
-    <hypothesis type="GHS3DPRL_Parameters"
-               label-id="GHS3DPRL Parameters"
+    <hypothesis type="MG-Tetra Parallel Parameters"
+               label-id="MG-Tetra Parallel Parameters"
                icon-id="mesh_hypo_GHS3DPRL.png"
                dim="3"/>
   </hypotheses>
   <algorithms>
-    <algorithm type="GHS3DPRL_3D"
-               label-id="GHS3DPRL"
+    <algorithm type="MG-Tetra Parallel"
+               label-id="MG-Tetra Parallel"
                icon-id="mesh_algo_GHS3DPRL.png"
-               opt-hypos="GHS3DPRL_Parameters"
-               input="TRIA,QUAD"
-               output="TETRA,PYRAMID"
+               opt-hypos="MG-Tetra Parallel Parameters"
+               input="TRIA"
+               output="TETRA"
                dim="3">
       <python-wrap>
-        <algo>GHS3DPRL_3D=Tetrahedron(algo=smeshBuilder.GHS3DPRL)</algo>
-        <hypo>GHS3DPRL_Parameters=Parameters()</hypo>
+        <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
+        <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>
       </python-wrap>
     </algorithm>