Salome HOME
IMP 10199 (add Volume Control). Add Volume NumericalFunctor.
[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="LengthFromEdges"
46                 label-id="Length From Edges (2D Hyp. for Triangulator)"
47                 icon-id="mesh_hypo_length.png"/>
48
49     <hypothesis type="MaxElementArea"
50                 label-id="Max. Element Area"
51                 icon-id="mesh_hypo_area.png"
52                 dim="2"/>
53                 
54     <hypothesis type="NotConformAllowed"
55                 label-id="Not Conform Mesh Allowed"
56                 icon-id="mesh_hypo_length.png"
57                 dim="1,2,3"
58                 auxiliary="true"/>                
59
60     <hypothesis type="MaxElementVolume"
61                 label-id="Max. Element Volume"
62                 icon-id="mesh_hypo_volume.png"
63                 dim="3"/>
64   </hypotheses>
65
66   <algorithms>
67
68     <algorithm type="Regular_1D"
69                label-id="Wire discretisation"
70                icon-id="mesh_algo_regular.png"
71          dim="1"/>
72
73     <algorithm type="MEFISTO_2D"
74                label-id="Triangle (Mefisto)"
75                icon-id="mesh_algo_mefisto.png"
76          dim="2"/>
77
78     <algorithm type="Quadrangle_2D"
79                label-id="Quadrangle (Mapping)"
80                icon-id="mesh_algo_quad.png"
81                dim="2"/>
82
83     <algorithm type="Hexa_3D"
84                label-id="Hexahedron (i,j,k)"
85                icon-id="mesh_algo_hexa.png"
86                dim="3"/>
87   </algorithms>
88 </meshers-group>
89
90 <meshers-group name="Your Meshers Group"
91                resources=""
92                server-lib=""
93                gui-lib="">
94   <hypotheses>
95
96     <hypothesis type=""
97                 label-id=""
98                 icon-id=""/>
99   </hypotheses>
100
101   <algorithms>
102
103     <algorithm type=""
104                label-id=""
105                icon-id=""/>
106   </algorithms>
107 </meshers-group>
108
109 </meshers>