1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
4 <!-- GUI customization for MESH component -->
8 <meshers-group name="Standard Meshers"
10 server-lib="StdMeshersEngine"
11 gui-lib="StdMeshersGUI">
14 <hypothesis type="SegmentLengthAroundVertex"
15 label-id="Length Near Vertex"
16 icon-id="mesh_hypo_length.png"
19 <hypothesis type="LocalLength"
20 label-id="Average length"
21 icon-id="mesh_hypo_length.png"
24 <hypothesis type="Arithmetic1D"
25 label-id="Arithmetic 1D"
26 icon-id="mesh_hypo_length.png"
29 <hypothesis type="StartEndLength"
30 label-id="Start and End Length"
31 icon-id="mesh_hypo_length.png"
34 <hypothesis type="NumberOfSegments"
35 label-id="Nb. Segments"
36 icon-id="mesh_hypo_segment.png"
39 <hypothesis type="Deflection1D"
40 label-id="Deflection 1D"
41 icon-id="mesh_hypo_length.png"
44 <hypothesis type="Propagation"
45 label-id="Propagation of 1D Hyp. on opposite edges"
46 icon-id="mesh_hypo_length.png"
50 <hypothesis type="AutomaticLength"
51 label-id="Automatic length"
52 icon-id="mesh_hypo_length.png"
55 <hypothesis type="LengthFromEdges"
56 label-id="Length From Edges (2D Hyp. for Triangulator)"
57 icon-id="mesh_hypo_length.png"
60 <hypothesis type="QuadranglePreference"
61 label-id="Quadrangle Preference"
62 icon-id="mesh_algo_quad.png"
66 <hypothesis type="QuadraticMesh"
67 label-id="Quadratic Mesh"
68 icon-id="mesh_algo_quad.png"
72 <hypothesis type="MaxElementArea"
73 label-id="Max. Element Area"
74 icon-id="mesh_hypo_area.png"
77 <hypothesis type="NotConformAllowed"
78 label-id="Not Conform Mesh Allowed"
79 icon-id="mesh_hypo_length.png"
83 <hypothesis type="MaxElementVolume"
84 label-id="Max. Element Volume"
85 icon-id="mesh_hypo_volume.png"
89 <hypothesis type="ProjectionSource3D"
90 label-id="Source Shape 3D"
91 icon-id="mesh_hypo_volume.png"
94 <hypothesis type="ProjectionSource2D"
95 label-id="Source Face"
96 icon-id="mesh_hypo_area.png"
99 <hypothesis type="ProjectionSource1D"
100 label-id="Source Edge"
101 icon-id="mesh_hypo_length.png"
104 <hypothesis type="NumberOfLayers"
105 label-id="Number of Layers"
106 icon-id="mesh_hypo_length.png"
109 <hypothesis type="LayerDistribution"
110 label-id="Distribution of Layers"
111 icon-id="mesh_hypo_length.png"
117 <algorithm type="SegmentAroundVertex_0D"
118 label-id="Segments around vertex"
119 icon-id="mesh_algo_regular.png"
120 hypos="SegmentLengthAroundVertex"
124 <algorithm type="Regular_1D"
125 label-id="Wire discretisation"
126 icon-id="mesh_algo_regular.png"
127 hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
128 opt-hypos="Propagation,QuadraticMesh"
133 <algorithm type="CompositeSegment_1D"
134 label-id="Composite side discretisation"
135 icon-id="mesh_algo_regular.png"
136 hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
137 opt-hypos="Propagation,QuadraticMesh"
142 <algorithm type="MEFISTO_2D"
143 label-id="Triangle (Mefisto)"
144 icon-id="mesh_algo_mefisto.png"
145 hypos="LengthFromEdges,MaxElementArea"
150 <algorithm type="Quadrangle_2D"
151 label-id="Quadrangle (Mapping)"
152 icon-id="mesh_algo_quad.png"
153 opt-hypos="QuadranglePreference"
158 <algorithm type="Hexa_3D"
159 label-id="Hexahedron (i,j,k)"
160 icon-id="mesh_algo_hexa.png"
164 <algorithm type="Projection_1D"
165 label-id="Projection 1D"
166 icon-id="mesh_algo_regular.png"
167 hypos="ProjectionSource1D"
171 <algorithm type="Projection_2D"
172 label-id="Projection 2D"
173 icon-id="mesh_algo_quad.png"
175 hypos="ProjectionSource2D"
179 <algorithm type="Projection_3D"
180 label-id="Projection 3D"
181 icon-id="mesh_algo_hexa.png"
182 hypos="ProjectionSource3D"
186 <algorithm type="Prism_3D"
187 label-id="3D extrusion"
188 icon-id="mesh_algo_hexa.png"
192 <algorithm type="RadialPrism_3D"
193 label-id="Radial Prism 3D"
194 icon-id="mesh_algo_hexa.png"
195 hypos="NumberOfLayers, LayerDistribution"
199 <algorithm type="UseExisting_1D"
200 label-id="Use existing edges"
201 icon-id="mesh_algo_regular.png"
206 <algorithm type="UseExisting_2D"
207 label-id="Use existing faces"
208 icon-id="mesh_algo_quad.png"
216 <meshers-group name="Your Meshers Group"
236 <hypotheses-set-group>
238 <hypotheses-set name="Automatic Tetrahedralization"
239 hypos="AutomaticLength"
240 algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
242 <hypotheses-set name="Automatic Hexahedralization"
243 hypos="AutomaticLength"
244 algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
246 </hypotheses-set-group>