Salome HOME
#18830 [CEA 7927] MG-Tetra_HPC with multithread option
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
old mode 100755 (executable)
new mode 100644 (file)
index 6eaa2f6..40a3371
@@ -1,27 +1,37 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 
-<!--  GUI customization for GHS3DPRL Plugin  -->
-
 <meshers>
 
-<meshers-group name="GHS3DPRL"
-               resources="GHS3DPRLPlugin"
-               server-lib="libGHS3DPRLEngine.so"
-               gui-lib="libGHS3DPRLPluginGUI.so">
+<meshers-group name      ="GHS3DPRL"
+               resources ="GHS3DPRLPlugin"
+               idl-module="GHS3DPRLPlugin"
+               server-lib="GHS3DPRLEngine"
+               gui-lib   ="GHS3DPRLPluginGUI">
   <hypotheses>
-    <hypothesis type="GHS3DPRL_Parameters"
-               label-id="GHS3DPRL Parameters"
-               icon-id="mesh_hypo_GHS3DPRL.png"
-               dim="3"/>
+    <hypothesis type    ="MG-Tetra Parallel Parameters"
+               label-id="MG-Tetra_HPC Parameters"
+               icon-id ="mesh_hypo_GHS3DPRL.png"
+               dim     ="3"/>
   </hypotheses>
   <algorithms>
-    <algorithm type="GHS3DPRL_3D"
-               label-id="GHS3DPRL"
-               icon-id="mesh_algo_GHS3DPRL.png"
-               hypos="GHS3DPRL_Parameters"
-               input="TRIA,QUAD"
-               dim="3"/>
+    <algorithm type     ="MG-Tetra Parallel"
+               label-id ="MG-Tetra_HPC"
+               icon-id  ="mesh_algo_GHS3DPRL.png"
+               group-id ="1"
+               priority ="40"
+               hypos    ="MG-Tetra Parallel Parameters"
+               input    ="TRIA"
+               output   ="TETRA"
+               need-hyp ="true"
+              need-geom="false"
+               dim      ="3">
+      <python-wrap>
+        <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
+        <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>
+      </python-wrap>
+    </algorithm>
+
   </algorithms>
 </meshers-group>