Salome HOME
Add alternative automatic triangulation and tetrahedralization hypotheses sets
[plugins/netgenplugin.git] / resources / NETGENPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
5
6   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
7   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
8
9   This library is free software; you can redistribute it and/or
10   modify it under the terms of the GNU Lesser General Public
11   License as published by the Free Software Foundation; either
12   version 2.1 of the License.
13
14   This library is distributed in the hope that it will be useful,
15   but WITHOUT ANY WARRANTY; without even the implied warranty of
16   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17   Lesser General Public License for more details.
18
19   You should have received a copy of the GNU Lesser General Public
20   License along with this library; if not, write to the Free Software
21   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
22
23   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
24
25 -->
26
27 <!--  GUI customization for MESH component  -->
28
29 <meshers>
30
31 <meshers-group name="NETGEN"
32                resources="NETGENPlugin"
33                idl-module="NETGENPlugin"
34                server-lib="NETGENEngine"
35                gui-lib="NETGENPluginGUI">
36   <hypotheses>
37     <hypothesis type="NETGEN_Parameters"
38                 label-id="NETGEN 3D Parameters"
39                 icon-id="mesh_hypo_netgen.png"
40                 dim="3"/>
41     <hypothesis type="NETGEN_Parameters_2D"
42                 label-id="NETGEN 2D Parameters"
43                 icon-id="mesh_hypo_netgen_2d.png"
44                 dim="2"/>
45     <hypothesis type="NETGEN_Parameters_3D"
46                 label-id="NETGEN 3D Parameters"
47                 icon-id="mesh_hypo_netgen.png"
48                 dim="3"/>
49     <hypothesis type="NETGEN_Parameters_2D_ONLY"
50                 label-id="NETGEN 2D Parameters"
51                 icon-id="mesh_hypo_netgen_2d.png"
52                 dim="2"/>
53     <hypothesis type="NETGEN_SimpleParameters_2D"
54                 label-id="NETGEN 2D Simple Parameters"
55                 icon-id="mesh_hypo_netgen_2d.png"
56                 dim="2"/>
57     <hypothesis type="NETGEN_SimpleParameters_3D"
58                 label-id="NETGEN 3D Simple Parameters"
59                 icon-id="mesh_hypo_netgen.png"
60                 dim="3"/>
61   </hypotheses>
62   <algorithms>
63     <algorithm type="NETGEN_3D"
64                label-id="Tetrahedron (Netgen)"
65                icon-id="mesh_algo_tetra.png"
66                hypos="MaxElementVolume,NETGEN_Parameters_3D"
67                opt-hypos="ViscousLayers"
68                need-geom="false"
69                input="TRIA,QUAD"
70                dim="3">
71       <python-wrap>
72         <algo>NETGEN_3D=Tetrahedron()</algo>
73         <hypo>MaxElementVolume=MaxElementVolume(SetMaxElementVolume())</hypo>
74         <hypo>NETGEN_Parameters_3D=Parameters()</hypo>
75         <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
76       </python-wrap>
77     </algorithm>
78
79     <algorithm type="NETGEN_2D_ONLY"
80                label-id="Netgen 2D"
81                icon-id="mesh_algo_netgen_2d.png"
82                hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
83                opt-hypos="QuadranglePreference,ViscousLayers2D"
84                input="EDGE"
85                output="TRIA,QUAD"
86                dim="2">
87        <python-wrap>
88         <algo>NETGEN_2D_ONLY=Triangle(algo=smeshBuilder.NETGEN_2D)</algo>
89         <hypo>LengthFromEdges=LengthFromEdges()</hypo>
90         <hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
91         <hypo>NETGEN_Parameters_2D_ONLY=Parameters()</hypo>
92         <hypo>QuadranglePreference=SetQuadAllowed()</hypo>
93         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
94       </python-wrap>
95     </algorithm>
96
97     <algorithm type="NETGEN_2D"
98                label-id="Netgen 1D-2D"
99                icon-id="mesh_algo_netgen_2d.png"
100                hypos="NETGEN_Parameters_2D, NETGEN_SimpleParameters_2D"
101                opt-hypos="ViscousLayers2D"
102                output="TRIA,QUAD"
103                dim="2"
104                support-submeshes="true">
105       <python-wrap>
106         <algo>NETGEN_2D=Triangle(algo=smeshBuilder.NETGEN_1D2D)</algo>
107         <hypo>NETGEN_Parameters_2D=Parameters()</hypo>
108         <hypo>NETGEN_SimpleParameters_2D=Parameters(smeshBuilder.SIMPLE)</hypo>
109         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
110       </python-wrap>
111     </algorithm>
112
113     <algorithm type="NETGEN_2D3D"
114                label-id="Netgen 1D-2D-3D"
115                icon-id="mesh_algo_netgen_2d3d.png"
116                hypos="NETGEN_Parameters, NETGEN_SimpleParameters_3D"
117                dim="3"
118                support-submeshes="true">
119       <python-wrap>
120         <algo>NETGEN_2D3D=Tetrahedron(algo=smeshBuilder.NETGEN_1D2D3D)</algo>
121         <hypo>NETGEN_Parameters=Parameters()</hypo>
122         <hypo>NETGEN_SimpleParameters_3D=Parameters(smeshBuilder.SIMPLE)</hypo>
123       </python-wrap>
124     </algorithm>
125
126   </algorithms>
127 </meshers-group>
128
129 <hypotheses-set-group>
130
131     <hypotheses-set name="Automatic Tetrahedralization"
132                     hypos="NETGEN_Parameters"
133                     algos="NETGEN_2D3D"/>
134
135     <hypotheses-set name="Automatic Triangulation"
136                     hypos="NETGEN_Parameters_2D"
137                     algos="NETGEN_2D"/>
138
139 </hypotheses-set-group>
140
141 </meshers>