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 576a3a6..40a3371
@@ -1,52 +1,34 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
-<!--
-  Copyright (C) 2004-2014  CEA/DEN, EDF R&D
-
-  This library is free software; you can redistribute it and/or
-  modify it under the terms of the GNU Lesser General Public
-  License as published by the Free Software Foundation; either
-  version 2.1 of the License, or (at your option) any later version.
-
-  This library is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public
-  License along with this library; if not, write to the Free Software
-  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-
-  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-
--->
-
-<!--  GUI customization for GHS3DPRL Plugin  -->
 
 <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="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"
-               opt-hypos="GHS3DPRL_Parameters"
-               input="TRIA,QUAD"
-               output="TETRA,PYRAMID"
-               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>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>