Salome HOME
Change version name to 3.2.0a2
[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          dim="1"/>
89
90     <algorithm type="MEFISTO_2D"
91                label-id="Triangle (Mefisto)"
92                icon-id="mesh_algo_mefisto.png"
93          dim="2"/>
94
95     <algorithm type="Quadrangle_2D"
96                label-id="Quadrangle (Mapping)"
97                icon-id="mesh_algo_quad.png"
98                dim="2"/>
99
100     <algorithm type="Hexa_3D"
101                label-id="Hexahedron (i,j,k)"
102                icon-id="mesh_algo_hexa.png"
103                dim="3"/>
104   </algorithms>
105 </meshers-group>
106
107 <meshers-group name="Your Meshers Group"
108                resources=""
109                server-lib=""
110                gui-lib="">
111   <hypotheses>
112
113     <hypothesis type=""
114                 label-id=""
115                 icon-id=""/>
116   </hypotheses>
117
118   <algorithms>
119
120     <algorithm type=""
121                label-id=""
122                icon-id=""/>
123   </algorithms>
124 </meshers-group>
125
126
127 <hypotheses-set-group>
128
129     <hypotheses-set name="Automatic Tetrahedralization"
130                     hypos="AutomaticLength, LengthFromEdges"
131                     algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
132
133     <hypotheses-set name="Automatic Hexahedralization"
134                     hypos="AutomaticLength"
135                     algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
136
137 </hypotheses-set-group>
138
139 </meshers>