Salome HOME
PAL10467. Add "Quadrangle Preference" hypothesis for "Quadrangle(Mapping)" algo
[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="MaxElementArea"
61                 label-id="Max. Element Area"
62                 icon-id="mesh_hypo_area.png"
63                 dim="2"/>
64                 
65     <hypothesis type="NotConformAllowed"
66                 label-id="Not Conform Mesh Allowed"
67                 icon-id="mesh_hypo_length.png"
68                 dim="1,2,3"
69                 auxiliary="true"/>                
70
71     <hypothesis type="MaxElementVolume"
72                 label-id="Max. Element Volume"
73                 icon-id="mesh_hypo_volume.png"
74                 dim="3"/>
75   </hypotheses>
76
77   <algorithms>
78
79     <algorithm type="Regular_1D"
80                label-id="Wire discretisation"
81                icon-id="mesh_algo_regular.png"
82          dim="1"/>
83
84     <algorithm type="MEFISTO_2D"
85                label-id="Triangle (Mefisto)"
86                icon-id="mesh_algo_mefisto.png"
87          dim="2"/>
88
89     <algorithm type="Quadrangle_2D"
90                label-id="Quadrangle (Mapping)"
91                icon-id="mesh_algo_quad.png"
92                dim="2"/>
93
94     <algorithm type="Hexa_3D"
95                label-id="Hexahedron (i,j,k)"
96                icon-id="mesh_algo_hexa.png"
97                dim="3"/>
98   </algorithms>
99 </meshers-group>
100
101 <meshers-group name="Your Meshers Group"
102                resources=""
103                server-lib=""
104                gui-lib="">
105   <hypotheses>
106
107     <hypothesis type=""
108                 label-id=""
109                 icon-id=""/>
110   </hypotheses>
111
112   <algorithms>
113
114     <algorithm type=""
115                label-id=""
116                icon-id=""/>
117   </algorithms>
118 </meshers-group>
119
120
121 <hypotheses-set-group>
122
123     <hypotheses-set name="Automatic Tetrahedralization"
124                     hypos="AutomaticLength, LengthFromEdges"
125                     algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
126
127     <hypotheses-set name="Automatic Hexahedralization"
128                     hypos="AutomaticLength"
129                     algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
130
131 </hypotheses-set-group>
132
133 </meshers>