Salome HOME
a765bbc7aee1a58f85861046dd8ed36da1e95439
[modules/smesh.git] / resources / StdMeshers.xml.in
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!-- Attributes of hypotheses/algorithms:
5
6      type - string identifier of a hyp.
7      label-id - hypothesis type name in Create Mesh dialog.
8      icon-id - not used.
9      group-id - (optional) integer ID of a group the hyp belongs to in Create Mesh dialog;
10                 by default the hyp is in the last group.
11      priority - (optional) priority within the group; by default the hyp is last in group.
12      dim - dimension; defines a tab page in Create Mesh dialog.
13      context - (optional) allowed context: [LOCAL, GLOBAL, ANY(default)]. LOCAL - the hyp 
14                can be only local (on sub-mesh). GLOBAL - the hyp can be only GLOBAL (on mesh).
15      auxiliary - (optional) Boolean. Is additional hyp or not. Default is "false".
16      hypos - list of types of compatible hyps of the algorithm.
17      opt-hypos = (optional) list of types of compatible ADDITIONAL hyps of the algorithm.
18      output - geometry of elements generated by the algo. Used to define compatible algos of
19               different dimensions. Compatible algos have equal geometries in "input" and "output".
20      input - geometry of elements accepted by algorithm input. Used to define compatible algos of
21              different dimensions. Compatible algos have equal geometries in "input" and "output".
22      need-hyp - (optional) Boolean. Does the algo require a hypothesis or not. Default is "false".
23      need-geom - (optional) [true, fasle, never]. Can the algo work w/o geometry or not.
24              Default is "true". "never" means that the algo can't work with geometry.
25      support-submeshes - (optional) Boolean. Does an multi-dimensional algo support sub-meshes.
26                          Default is "false".
27      
28   -->
29
30 <meshers>
31
32 <meshers-group name      ="Standard Meshers"
33                resources ="StdMeshers"
34                idl-module="StdMeshers"
35                server-lib="StdMeshersEngine"
36                gui-lib   ="StdMeshersGUI">
37   <hypotheses>
38
39     <hypothesis type     ="SegmentLengthAroundVertex"
40                 label-id ="Length Near Vertex"
41                 icon-id  ="mesh_hypo_length.png"
42                 dim      ="0"/>
43
44     <hypothesis type     ="LocalLength"
45                 label-id ="Local Length"
46                 icon-id  ="mesh_hypo_length.png"
47                 group-id ="0"
48                 priority ="20"
49                 dim      ="1"/>
50
51     <hypothesis type     ="MaxLength"
52                 label-id ="Max Size"
53                 icon-id  ="mesh_hypo_length.png"
54                 group-id ="2"
55                 priority ="50"
56                 dim      ="1"/>
57
58     <hypothesis type     ="Arithmetic1D"
59                 label-id ="Arithmetic Progression"
60                 icon-id  ="mesh_hypo_length.png"
61                 group-id ="1"
62                 priority ="10"
63                 dim      ="1"/>
64
65     <hypothesis type     ="GeometricProgression"
66                 label-id ="Geometric Progression"
67                 icon-id  ="mesh_hypo_length.png"
68                 group-id ="1"
69                 priority ="20"
70                 dim      ="1"/>
71
72     <hypothesis type     ="FixedPoints1D"
73                 label-id ="Fixed Points"
74                 icon-id  ="mesh_hypo_length.png"
75                 group-id ="2"
76                 priority ="10"
77                 dim      ="1"/>
78
79     <hypothesis type     ="StartEndLength"
80                 label-id ="Start and End Length"
81                 icon-id  ="mesh_hypo_length.png"
82                 group-id ="1"
83                 priority ="30"
84                 dim      ="1"/>
85
86     <hypothesis type     ="NumberOfSegments"
87                 label-id ="Number of Segments"
88                 icon-id  ="mesh_hypo_segment.png"
89                 group-id ="0"
90                 priority ="10"
91                 dim      ="1"/>
92
93     <hypothesis type     ="Deflection1D"
94                 label-id ="Deflection"
95                 icon-id  ="mesh_hypo_length.png"
96                 group-id ="2"
97                 priority ="20"
98                 dim      ="1"/>
99
100     <hypothesis type     ="Adaptive1D"
101                 label-id ="Adaptive"
102                 icon-id  ="mesh_hypo_length.png"
103                 group-id ="2"
104                 priority ="30"
105                 dim      ="1"/>
106
107     <hypothesis type     ="Propagation"
108                 label-id ="Propagation of 1D Hyp. on Opposite Edges"
109                 icon-id  ="mesh_hypo_length.png"
110                 dim      ="1"
111                 context  ="LOCAL"
112                 auxiliary="true"/>
113
114     <hypothesis type     ="PropagOfDistribution"
115                 label-id ="Propagation of Node Distribution on Opposite Edges"
116                 icon-id  ="mesh_hypo_length.png"
117                 dim      ="1"
118                 context  ="LOCAL"
119                 auxiliary="true"/>
120
121     <hypothesis type     ="AutomaticLength"
122                 label-id ="Automatic Length"
123                 icon-id  ="mesh_hypo_length.png"
124                 group-id ="2"
125                 priority ="40"
126                 dim      ="1"/>
127
128     <hypothesis type     ="LengthFromEdges"
129                 label-id ="Length From Edges"
130                 icon-id  ="mesh_hypo_length.png"
131                 dim      ="2"/>
132
133     <hypothesis type     ="QuadranglePreference"
134                 label-id ="Quadrangle Preference"
135                 icon-id  ="mesh_algo_quad.png"
136                 auxiliary="true"
137                 dim      ="2"/>
138
139     <hypothesis type     ="QuadraticMesh"
140                 label-id ="Quadratic Mesh"
141                 icon-id  ="mesh_algo_quad.png"
142                 dim      ="1"
143                 auxiliary="true"/>                
144
145     <hypothesis type     ="MaxElementArea"
146                 label-id ="Max. Element Area"
147                 icon-id  ="mesh_hypo_area.png"
148                 dim      ="2"/>
149                 
150     <hypothesis type     ="NotConformAllowed"
151                 label-id ="Not Conform Mesh Allowed"
152                 icon-id  ="mesh_hypo_length.png"
153                 dim      ="1,2,3"
154                 context  ="GLOBAL"
155                 auxiliary="true"/>                
156
157     <hypothesis type     ="MaxElementVolume"
158                 label-id ="Max. Element Volume"
159                 icon-id  ="mesh_hypo_volume.png"
160                 dim      ="3"/>
161
162     <hypothesis type     ="ProjectionSource3D"
163                 label-id ="Source Shape 3D"
164                 icon-id  ="mesh_hypo_volume.png"
165                 dim      ="3"/>
166
167     <hypothesis type     ="ProjectionSource2D"
168                 label-id ="Source Face"
169                 icon-id  ="mesh_hypo_area.png"
170                 dim      ="2"/>
171
172     <hypothesis type     ="ProjectionSource1D"
173                 label-id ="Source Edge"
174                 icon-id  ="mesh_hypo_length.png"
175                 dim      ="1"/>
176
177     <hypothesis type     ="ImportSource2D"
178                 label-id ="Source Faces"
179                 icon-id  ="mesh_hypo_area.png"
180                 dim      ="2"/>
181
182     <hypothesis type     ="ImportSource1D"
183                 label-id ="Source Edges"
184                 icon-id  ="mesh_hypo_length.png"
185                 dim      ="1"/>
186
187     <hypothesis type     ="NumberOfLayers"
188                 label-id ="Number of Layers"
189                 icon-id  ="mesh_hypo_length.png"
190                 dim      ="3"/>
191
192     <hypothesis type     ="LayerDistribution"
193                 label-id ="Distribution of Layers"
194                 icon-id  ="mesh_hypo_length.png"
195                 dim      ="3"/>
196
197     <hypothesis type     ="ViscousLayers2D"
198                 label-id ="Viscous Layers 2D"
199                 icon-id  ="mesh_algo_quad.png"
200                 auxiliary="true"
201                 dim      ="2"/>
202
203     <hypothesis type     ="ViscousLayers"
204                 label-id ="Viscous Layers"
205                 icon-id  ="mesh_algo_quad.png"
206                 auxiliary="true"
207                 dim      ="3"/>
208
209     <hypothesis type     ="NumberOfLayers2D"
210                 label-id ="Number of Layers"
211                 icon-id  ="mesh_hypo_length.png"
212                 dim      ="2"/>
213
214     <hypothesis type     ="LayerDistribution2D"
215                 label-id ="Distribution of Layers"
216                 icon-id  ="mesh_hypo_length.png"
217                 dim      ="2"/>
218
219     <hypothesis type     ="QuadrangleParams"
220                 label-id ="Quadrangle Parameters"
221                 icon-id  ="mesh_hypo_length.png"
222                 dim      ="2"/>
223
224     <hypothesis type     ="CartesianParameters3D"
225                 label-id ="Body Fitting Parameters"
226                 icon-id  ="mesh_hypo_length.png"
227                 context  ="GLOBAL"
228                 dim      ="3"/>
229
230   </hypotheses>
231
232   <algorithms>
233
234     <algorithm type     ="SegmentAroundVertex_0D"
235                label-id ="Segments around Vertex"
236                icon-id  ="mesh_algo_regular.png"
237                hypos    ="SegmentLengthAroundVertex"
238                output   ="NODE"
239                need-hyp ="true"
240                dim      ="0"/>
241
242     <algorithm type     ="Regular_1D"
243                label-id ="Wire Discretisation"
244                icon-id  ="mesh_algo_regular.png"
245                group-id ="0"
246                priority ="10"
247                hypos    ="Adaptive1D,LocalLength,MaxLength,Arithmetic1D,GeometricProgression,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
248                opt-hypos="Propagation,PropagOfDistribution,QuadraticMesh"
249                input    ="NODE"
250                output   ="EDGE"
251                need-hyp ="true"
252                dim      ="1">
253       <python-wrap>
254         <algo>Regular_1D=Segment()</algo>
255         <hypo>LocalLength=LocalLength(SetLength(1),,SetPrecision(1))</hypo>
256         <hypo>MaxLength=MaxSize(SetLength(1))</hypo>
257         <hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
258         <hypo>GeometricProgression=GeometricProgression(SetStartLength(),SetCommonRatio(),SetReversedEdges())</hypo>
259         <hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
260         <hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
261         <hypo>Adaptive1D=Adaptive(SetMinSize(),SetMaxSize(),SetDeflection())</hypo>
262         <hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
263         <hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
264         <hypo>Propagation=Propagation()</hypo>
265         <hypo>PropagOfDistribution=PropagationOfDistribution()</hypo>
266         <hypo>QuadraticMesh=QuadraticMesh()</hypo>
267       </python-wrap>
268     </algorithm>
269
270     <algorithm type     ="CompositeSegment_1D"
271                label-id ="Composite Side Discretisation"
272                icon-id  ="mesh_algo_regular.png"
273                group-id ="0"
274                priority ="20"
275                hypos    ="Adaptive1D,LocalLength,MaxLength,Arithmetic1D,GeometricProgression,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
276                opt-hypos="Propagation,PropagOfDistribution,QuadraticMesh"
277                input    ="NODE"
278                output   ="EDGE"
279                need-hyp ="true"
280                dim      ="1">
281       <python-wrap>
282         <algo>CompositeSegment_1D=Segment(algo=smeshBuilder.COMPOSITE)</algo>
283         <hypo>LocalLength=LocalLength(SetLength(), ,SetPrecision())</hypo>
284         <hypo>MaxLength=MaxSize(SetLength())</hypo>
285         <hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
286         <hypo>GeometricProgression=GeometricProgression(SetStartLength(),SetCommonRatio(),SetReversedEdges())</hypo>
287         <hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
288         <hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
289         <hypo>Adaptive1D=Adaptive(SetMinSize(),SetMaxSize(),SetDeflection())</hypo>
290         <hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
291         <hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
292         <hypo>Propagation=Propagation()</hypo>
293         <hypo>PropagOfDistribution=PropagationOfDistribution()</hypo>
294         <hypo>QuadraticMesh=QuadraticMesh()</hypo>
295       </python-wrap>
296     </algorithm>
297
298     <algorithm type="Python_1D"
299                output="EDGE"
300                dim="1">
301       <python-wrap>
302         <algo>Python_1D=Segment(algo=smeshBuilder.PYTHON)</algo>
303         <hypo>PythonSplit1D=PythonSplit1D(SetNumberOfSegments(),SetPythonLog10RatioFunction())</hypo>
304       </python-wrap>
305     </algorithm>
306
307     <algorithm type      ="@MEFISTO2D_NAME@"
308                label-id  ="Triangle: Mefisto"
309                icon-id   ="mesh_algo_mefisto.png"
310                group-id ="1"
311                priority ="40"
312                hypos     ="LengthFromEdges,MaxElementArea"
313                opt-hypos ="ViscousLayers2D"
314                input     ="EDGE"
315                output    ="TRIA"
316                dim       ="2">
317       <python-wrap>
318         <algo>MEFISTO_2D=Triangle(algo=smeshBuilder.MEFISTO)</algo>
319         <hypo>LengthFromEdges=LengthFromEdges()</hypo>
320         <hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
321         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetEdges(1),SetEdges(2))</hypo>
322       </python-wrap>
323     </algorithm>
324
325     <algorithm type     ="Quadrangle_2D"
326                label-id ="Quadrangle: Mapping"
327                icon-id  ="mesh_algo_quad.png"
328                group-id ="0"
329                priority ="10"
330                hypos    ="QuadrangleParams"
331                opt-hypos="ViscousLayers2D"
332                input    ="EDGE"
333                output   ="QUAD"
334                dim      ="2">
335       <python-wrap>
336         <algo>Quadrangle_2D=Quadrangle(algo=smeshBuilder.QUADRANGLE)</algo>
337         <hypo>QuadrangleParams=QuadrangleParameters(SetQuadType(),SetTriaVertex(),SetEnforcedNodes(1),SetEnforcedNodes(2),SetCorners())</hypo>
338         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
339       </python-wrap>
340     </algorithm>
341
342     <algorithm type     ="QuadFromMedialAxis_1D2D"
343                label-id ="Quadrangle: Medial Axis Projection"
344                icon-id  ="mesh_algo_quad.png"
345                group-id ="0"
346                priority ="20"
347                hypos    ="NumberOfLayers2D, LayerDistribution2D"
348                opt-hypos="ViscousLayers2D"
349                input    ="EDGE"
350                output   ="QUAD"
351                dim      ="2">
352       <python-wrap>
353         <algo>QuadFromMedialAxis_1D2D=Quadrangle(algo=smeshBuilder.QUAD_MA_PROJ)</algo>
354         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
355         <hypo>NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers())</hypo>
356       </python-wrap>
357     </algorithm>
358
359     <algorithm type     ="PolygonPerFace_2D"
360                label-id ="Polygon per Face"
361                icon-id  ="mesh_algo_polygon.png"
362                group-id ="2"
363                priority ="40"
364                opt-hypos="ViscousLayers2D"
365                input    ="EDGE"
366                output   ="POLYGON,QUAD,TRIA"
367                dim      ="2">
368       <python-wrap>
369         <algo>PolygonPerFace_2D=Polygon()</algo>
370         <hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
371       </python-wrap>
372     </algorithm>
373
374     <algorithm type     ="Hexa_3D"
375                label-id ="Hexahedron (i,j,k)"
376                icon-id  ="mesh_algo_hexa.png"
377                group-id ="0"
378                priority ="10"
379                input    ="QUAD"
380                output   ="HEXA,PENTA"
381                need-geom="false"
382                opt-hypos="ViscousLayers"
383                dim      ="3">
384       <python-wrap>
385         <algo>Hexa_3D=Hexahedron(algo=smeshBuilder.Hexa)</algo>
386         <hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetFaces(1),SetFaces(2),SetMethod())</hypo>
387       </python-wrap>
388     </algorithm>
389
390     <algorithm type    ="Projection_1D"
391                label-id="Projection 1D"
392                icon-id ="mesh_algo_regular.png"
393                group-id="1"
394                priority="10"
395                hypos   ="ProjectionSource1D"
396                output  ="EDGE"
397                need-hyp="true"
398                dim     ="1">
399       <python-wrap>
400         <algo>Projection_1D=Projection1D()</algo>
401         <hypo>ProjectionSource1D=SourceEdge(SetSourceEdge(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2))</hypo>
402       </python-wrap>
403     </algorithm>
404
405     <algorithm type    ="Projection_2D"
406                label-id="Projection 2D"
407                icon-id ="mesh_algo_quad.png"
408                group-id="2"
409                priority="30"
410                input   ="EDGE"
411                hypos   ="ProjectionSource2D"
412                output  ="QUAD,TRIA"
413                need-hyp="true"
414                dim     ="2">
415       <python-wrap>
416         <algo>Projection_2D=Projection2D()</algo>
417         <hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
418       </python-wrap>
419     </algorithm>
420
421     <algorithm type    ="Projection_1D2D"
422                label-id="Projection 1D-2D"
423                icon-id ="mesh_algo_quad.png"
424                group-id="2"
425                priority="20"
426                hypos   ="ProjectionSource2D"
427                output  ="QUAD,TRIA"
428                need-hyp="true"
429                dim     ="2">
430       <python-wrap>
431         <algo>Projection_1D2D=Projection1D2D()</algo>
432         <hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
433       </python-wrap>
434     </algorithm>
435
436     <algorithm type    ="Projection_3D"
437                label-id="Projection 3D"
438                icon-id ="mesh_algo_hexa.png"
439                group-id="2"
440                priority="20"
441                hypos   ="ProjectionSource3D"
442                input   ="QUAD,TRIA"
443                need-hyp="true"
444                dim     ="3">
445       <python-wrap>
446         <algo>Projection_3D=Projection3D()</algo>
447         <hypo>ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
448       </python-wrap>
449     </algorithm>
450
451     <algorithm type    ="Import_1D"
452                label-id="Import 1D Elements from Another Mesh"
453                icon-id ="mesh_algo_regular.png"
454                group-id="1"
455                priority="20"
456                hypos   ="ImportSource1D"
457                output  ="EDGE"
458                need-hyp="true"
459                dim     ="1">
460       <python-wrap>
461         <algo>Import_1D=UseExisting1DElements()</algo>
462         <hypo>ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
463       </python-wrap>
464     </algorithm>
465
466     <algorithm type             ="Import_1D2D"
467                label-id         ="Import 1D-2D Elements from Another Mesh"
468                icon-id          ="mesh_algo_quad.png"
469                group-id         ="2"
470                priority         ="50"
471                hypos            ="ImportSource2D"
472                output           ="QUAD,TRIA"
473                support-submeshes="false"
474                need-hyp         ="true"
475                dim              ="2">
476       <python-wrap>
477         <algo>Import_1D2D=UseExisting2DElements()</algo>
478         <hypo>ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
479       </python-wrap>
480     </algorithm>
481
482     <algorithm type    ="Prism_3D"
483                label-id="Extrusion 3D"
484                icon-id ="mesh_algo_hexa.png"
485                group-id="2"
486                priority="10"
487                input   ="QUAD,TRIA"
488                output  ="HEXA,PENTA,OCTA,POLYHEDRON"
489                dim     ="3">
490       <python-wrap>
491         <algo>Prism_3D=Prism()</algo>
492       </python-wrap>
493     </algorithm>
494
495     <algorithm type    ="RadialPrism_3D"
496                label-id="Radial Prism"
497                icon-id ="mesh_algo_hexa.png"
498                group-id="2"
499                priority="30"
500                hypos   ="NumberOfLayers, LayerDistribution"
501                input   ="QUAD,TRIA"
502                output  ="HEXA,PENTA,OCTA,POLYHEDRON"
503                need-hyp="true"
504                dim     ="3">
505       <python-wrap>
506         <algo>RadialPrism_3D=Prism('RadialPrism_3D')</algo>
507         <hypo>NumberOfLayers=NumberOfLayers(SetNumberOfLayers())</hypo>
508       </python-wrap>
509     </algorithm>
510
511     <algorithm type    ="UseExisting_1D"
512                label-id="Use Edges to be Created Manually"
513                icon-id ="mesh_algo_regular.png"
514                group-id="1"
515                priority="30"
516                input   ="NODE"
517                output  ="EDGE"
518                dim     ="1">
519       <python-wrap>
520         <algo>UseExisting_1D=UseExistingSegments()</algo>
521       </python-wrap>
522     </algorithm>
523
524     <algorithm type    ="UseExisting_2D"
525                label-id="Use Faces to be Created Manually"
526                icon-id ="mesh_algo_quad.png"
527                group-id="2"
528                priority="60"
529                input   ="EDGE"
530                output  ="QUAD,TRIA"
531                dim     ="2">
532       <python-wrap>
533         <algo>UseExisting_2D=UseExistingFaces()</algo>
534       </python-wrap>
535     </algorithm>
536
537     <algorithm type    ="RadialQuadrangle_1D2D"
538                label-id="Radial Quadrangle 1D-2D"
539                icon-id ="mesh_algo_quad.png"
540                group-id="2"
541                priority="10"
542                hypos   ="NumberOfLayers2D, LayerDistribution2D"
543                input   ="EDGE"
544                output  ="QUAD"
545                dim     ="2">
546       <python-wrap>
547         <algo>RadialQuadrangle_1D2D=Quadrangle(algo=smeshBuilder.RADIAL_QUAD)</algo>
548         <hypo>NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers())</hypo>
549       </python-wrap>
550     </algorithm>
551
552     <algorithm type             ="Cartesian_3D"
553                label-id         ="Body Fitting"
554                icon-id          ="mesh_algo_hexa.png"
555                group-id         ="0"
556                priority         ="20"
557                hypos            ="CartesianParameters3D"
558                support-submeshes="false"
559                output           ="HEXA"
560                need-hyp         ="true"
561                context          ="GLOBAL"
562                dim              ="3">
563       <python-wrap>
564         <algo>Cartesian_3D=BodyFitted()</algo>
565       </python-wrap>
566     </algorithm>
567
568   </algorithms>
569 </meshers-group>
570
571 <meshers-group name="Your Meshers Group"
572                resources=""
573                server-lib=""
574                gui-lib="">
575   <hypotheses>
576
577     <hypothesis type=""
578                 label-id=""
579                 icon-id=""/>
580   </hypotheses>
581
582   <algorithms>
583
584     <algorithm type=""
585                label-id=""
586                icon-id=""/>
587   </algorithms>
588 </meshers-group>
589
590
591 <hypotheses-set-group>
592
593     <hypotheses-set name="Automatic Tetrahedralization"
594                     hypos="MaxLength"
595                     algos="Regular_1D, @MEFISTO2D_NAME@, NETGEN_3D"/>
596
597     <hypotheses-set name="Automatic Hexahedralization"
598                     hypos="NumberOfSegments"
599                     algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
600
601     <hypotheses-set name="Automatic Triangulation"
602                     hypos="MaxLength"
603                     algos="Regular_1D, @MEFISTO2D_NAME@"/>
604
605     <hypotheses-set name="Automatic Quadrangulation"
606                     hypos="NumberOfSegments"
607                     algos="Regular_1D, Quadrangle_2D"/>
608
609 </hypotheses-set-group>
610
611 </meshers>