]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blobdiff - resources/GHS3DPRLPlugin.xml
Salome HOME
23352: [CEA] Order and naming of meshing algorithms
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
index e45e20afb1a25ad6f0f55867c77dc0f09dba5a95..9017cef1d6e6957f7ef1a1ea8fe56cb55f973681 100755 (executable)
 
 <meshers>
 
-<meshers-group name="GHS3DPRL"
-               resources="GHS3DPRLPlugin"
+<meshers-group name      ="GHS3DPRL"
+               resources ="GHS3DPRLPlugin"
                idl-module="GHS3DPRLPlugin"
                server-lib="GHS3DPRLEngine"
-               gui-lib="GHS3DPRLPluginGUI">
+               gui-lib   ="GHS3DPRLPluginGUI">
   <hypotheses>
-    <hypothesis type="MG-Tetra Parallel Parameters"
-               label-id="MG-Tetra Parallel 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="MG-Tetra Parallel"
-               label-id="MG-Tetra Parallel"
-               icon-id="mesh_algo_GHS3DPRL.png"
-               hypos="MG-Tetra Parallel Parameters"
-               input="TRIA"
-               output="TETRA"
-               need-hyp="true"
-               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"
+               dim      ="3">
       <python-wrap>
         <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
         <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>