dim and axiluary field added for hypothesis description

This commit is contained in:
sln 2005-08-23 08:36:14 +00:00
parent 7c3a43b79f
commit 5ee27abf31

View File

@ -13,27 +13,34 @@
<hypothesis type="LocalLength" <hypothesis type="LocalLength"
label-id="Average length" label-id="Average length"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="Arithmetic1D" <hypothesis type="Arithmetic1D"
label-id="Arithmetic 1D" label-id="Arithmetic 1D"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="StartEndLength" <hypothesis type="StartEndLength"
label-id="Start and End Length" label-id="Start and End Length"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="NumberOfSegments" <hypothesis type="NumberOfSegments"
label-id="Nb. Segments" label-id="Nb. Segments"
icon-id="mesh_hypo_segment.png"/> icon-id="mesh_hypo_segment.png"
dim="1"/>
<hypothesis type="Deflection1D" <hypothesis type="Deflection1D"
label-id="Deflection 1D" label-id="Deflection 1D"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1"/>
<hypothesis type="Propagation" <hypothesis type="Propagation"
label-id="Propagation of 1D Hyp. on opposite edges" label-id="Propagation of 1D Hyp. on opposite edges"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1"
auxiliary="true"/>
<hypothesis type="LengthFromEdges" <hypothesis type="LengthFromEdges"
label-id="Length From Edges (2D Hyp. for Triangulator)" label-id="Length From Edges (2D Hyp. for Triangulator)"
@ -41,34 +48,42 @@
<hypothesis type="MaxElementArea" <hypothesis type="MaxElementArea"
label-id="Max. Element Area" label-id="Max. Element Area"
icon-id="mesh_hypo_area.png"/> icon-id="mesh_hypo_area.png"
dim="2"/>
<hypothesis type="MaxElementVolume"
label-id="Max. Element Volume"
icon-id="mesh_hypo_volume.png"/>
<hypothesis type="NotConformAllowed" <hypothesis type="NotConformAllowed"
label-id="Not Conform Mesh Allowed" label-id="Not Conform Mesh Allowed"
icon-id="mesh_hypo_length.png"/> icon-id="mesh_hypo_length.png"
dim="1,2,3"
auxiliary="true"/>
<hypothesis type="MaxElementVolume"
label-id="Max. Element Volume"
icon-id="mesh_hypo_volume.png"
dim="3"/>
</hypotheses> </hypotheses>
<algorithms> <algorithms>
<algorithm type="Regular_1D" <algorithm type="Regular_1D"
label-id="Wire discretisation" label-id="Wire discretisation"
icon-id="mesh_algo_regular.png"/> icon-id="mesh_algo_regular.png"
dim="1"/>
<algorithm type="MEFISTO_2D" <algorithm type="MEFISTO_2D"
label-id="Triangle (Mefisto)" label-id="Triangle (Mefisto)"
icon-id="mesh_algo_mefisto.png"/> icon-id="mesh_algo_mefisto.png"
dim="2"/>
<algorithm type="Quadrangle_2D" <algorithm type="Quadrangle_2D"
label-id="Quadrangle (Mapping)" label-id="Quadrangle (Mapping)"
icon-id="mesh_algo_quad.png"/> icon-id="mesh_algo_quad.png"
dim="2"/>
<algorithm type="Hexa_3D" <algorithm type="Hexa_3D"
label-id="Hexahedron (i,j,k)" label-id="Hexahedron (i,j,k)"
icon-id="mesh_algo_hexa.png"/> icon-id="mesh_algo_hexa.png"
dim="3"/>
</algorithms> </algorithms>
</meshers-group> </meshers-group>