Salome HOME
fix bug 12361. In SetName(): there may be no study
[modules/smesh.git] / resources / StdMeshers.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for MESH component  -->
5
6 <meshers>
7
8 <meshers-group name="Standard Meshers"
9                resources="StdMeshers"
10                server-lib="libStdMeshersEngine.so"
11                gui-lib="libStdMeshersGUI.so">
12   <hypotheses>
13
14     <hypothesis type="LocalLength"
15                 label-id="Average length"
16                 icon-id="mesh_hypo_length.png"
17                 dim="1"/>
18
19     <hypothesis type="Arithmetic1D"
20                 label-id="Arithmetic 1D"
21                 icon-id="mesh_hypo_length.png"
22                 dim="1"/>
23
24     <hypothesis type="StartEndLength"
25                 label-id="Start and End Length"
26                 icon-id="mesh_hypo_length.png"
27                 dim="1"/>
28
29     <hypothesis type="NumberOfSegments"
30                 label-id="Nb. Segments"
31                 icon-id="mesh_hypo_segment.png"
32                 dim="1"/>
33
34     <hypothesis type="Deflection1D"
35                 label-id="Deflection 1D"
36                 icon-id="mesh_hypo_length.png"
37                 dim="1"/>
38
39     <hypothesis type="Propagation"
40                 label-id="Propagation of 1D Hyp. on opposite edges"
41                 icon-id="mesh_hypo_length.png"
42                 dim="1"
43                 auxiliary="true"/>
44
45     <hypothesis type="AutomaticLength"
46                 label-id="Automatic length"
47                 icon-id="mesh_hypo_length.png"
48                 dim="1"/>
49
50     <hypothesis type="LengthFromEdges"
51                 label-id="Length From Edges (2D Hyp. for Triangulator)"
52                 icon-id="mesh_hypo_length.png"
53                 dim="2"/>
54
55     <hypothesis type="QuadranglePreference"
56                 label-id="Quadrangle Preference"
57                 icon-id="mesh_algo_quad.png"
58                 dim="2"/>
59
60     <hypothesis type="QuadraticMesh"
61                 label-id="Quadratic Mesh"
62                 icon-id="mesh_algo_quad.png"
63                 dim="1"
64                 auxiliary="true"/>                
65
66     <hypothesis type="MaxElementArea"
67                 label-id="Max. Element Area"
68                 icon-id="mesh_hypo_area.png"
69                 dim="2"/>
70                 
71     <hypothesis type="NotConformAllowed"
72                 label-id="Not Conform Mesh Allowed"
73                 icon-id="mesh_hypo_length.png"
74                 dim="1,2,3"
75                 auxiliary="true"/>                
76
77     <hypothesis type="MaxElementVolume"
78                 label-id="Max. Element Volume"
79                 icon-id="mesh_hypo_volume.png"
80                 dim="3"/>
81   </hypotheses>
82
83   <algorithms>
84
85     <algorithm type="Regular_1D"
86                label-id="Wire discretisation"
87                icon-id="mesh_algo_regular.png"
88                hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
89                opt-hypos="Propagation,QuadraticMesh"
90                output="EDGE"
91                dim="1"/>
92
93     <algorithm type="MEFISTO_2D"
94                label-id="Triangle (Mefisto)"
95                icon-id="mesh_algo_mefisto.png"
96                hypos="LengthFromEdges,MaxElementArea"
97                input="EDGE"
98                output="TRIA"
99                dim="2"/>
100
101     <algorithm type="Quadrangle_2D"
102                label-id="Quadrangle (Mapping)"
103                icon-id="mesh_algo_quad.png"
104                opt-hypos="QuadranglePreference"
105                input="EDGE"
106                output="QUAD"
107                dim="2"/>
108
109     <algorithm type="Hexa_3D"
110                label-id="Hexahedron (i,j,k)"
111                icon-id="mesh_algo_hexa.png"
112                input="QUAD"
113                dim="3"/>
114   </algorithms>
115 </meshers-group>
116
117 <meshers-group name="Your Meshers Group"
118                resources=""
119                server-lib=""
120                gui-lib="">
121   <hypotheses>
122
123     <hypothesis type=""
124                 label-id=""
125                 icon-id=""/>
126   </hypotheses>
127
128   <algorithms>
129
130     <algorithm type=""
131                label-id=""
132                icon-id=""/>
133   </algorithms>
134 </meshers-group>
135
136
137 <hypotheses-set-group>
138
139     <hypotheses-set name="Automatic Tetrahedralization"
140                     hypos="AutomaticLength, LengthFromEdges"
141                     algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
142
143     <hypotheses-set name="Automatic Hexahedralization"
144                     hypos="AutomaticLength"
145                     algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
146
147 </hypotheses-set-group>
148
149 </meshers>