2004-06-18 14:34:31 +06:00
|
|
|
<?xml version='1.0' encoding='us-ascii'?>
|
|
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
|
|
|
|
|
|
|
<!-- GUI customization for MESH component -->
|
|
|
|
|
|
|
|
<meshers>
|
|
|
|
|
|
|
|
<meshers-group name="Standard Meshers"
|
|
|
|
resources="StdMeshers"
|
|
|
|
server-lib="libStdMeshersEngine.so"
|
2005-08-23 14:36:14 +06:00
|
|
|
gui-lib="libStdMeshersGUI.so">
|
2004-06-18 14:34:31 +06:00
|
|
|
<hypotheses>
|
|
|
|
|
|
|
|
<hypothesis type="LocalLength"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Average length"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
<hypothesis type="Arithmetic1D"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Arithmetic 1D"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
<hypothesis type="StartEndLength"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Start and End Length"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<hypothesis type="NumberOfSegments"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Nb. Segments"
|
|
|
|
icon-id="mesh_hypo_segment.png"
|
|
|
|
dim="1"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
<hypothesis type="Deflection1D"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Deflection 1D"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
|
|
|
<hypothesis type="Propagation"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Propagation of 1D Hyp. on opposite edges"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"
|
|
|
|
auxiliary="true"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-11-01 15:02:39 +05:00
|
|
|
<hypothesis type="AutomaticLength"
|
|
|
|
label-id="Automatic length"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1"/>
|
|
|
|
|
2004-12-01 15:48:31 +05:00
|
|
|
<hypothesis type="LengthFromEdges"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Length From Edges (2D Hyp. for Triangulator)"
|
2005-11-01 15:02:39 +05:00
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="2"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2005-12-23 15:00:03 +05:00
|
|
|
<hypothesis type="QuadranglePreference"
|
|
|
|
label-id="Quadrangle Preference"
|
|
|
|
icon-id="mesh_algo_quad.png"
|
|
|
|
dim="2"/>
|
|
|
|
|
2006-03-13 20:29:49 +05:00
|
|
|
<hypothesis type="QuadraticMesh"
|
|
|
|
label-id="Quadratic Mesh"
|
|
|
|
icon-id="mesh_algo_quad.png"
|
|
|
|
dim="1"
|
|
|
|
auxiliary="true"/>
|
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
<hypothesis type="MaxElementArea"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Max. Element Area"
|
|
|
|
icon-id="mesh_hypo_area.png"
|
|
|
|
dim="2"/>
|
|
|
|
|
|
|
|
<hypothesis type="NotConformAllowed"
|
|
|
|
label-id="Not Conform Mesh Allowed"
|
|
|
|
icon-id="mesh_hypo_length.png"
|
|
|
|
dim="1,2,3"
|
|
|
|
auxiliary="true"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<hypothesis type="MaxElementVolume"
|
2005-08-23 14:36:14 +06:00
|
|
|
label-id="Max. Element Volume"
|
|
|
|
icon-id="mesh_hypo_volume.png"
|
|
|
|
dim="3"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
</hypotheses>
|
|
|
|
|
|
|
|
<algorithms>
|
|
|
|
|
|
|
|
<algorithm type="Regular_1D"
|
|
|
|
label-id="Wire discretisation"
|
2005-08-23 14:36:14 +06:00
|
|
|
icon-id="mesh_algo_regular.png"
|
2006-05-06 14:51:48 +06:00
|
|
|
hypos="LocalLength,Arithmetic1D,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength"
|
|
|
|
opt-hypos="Propagation,QuadraticMesh"
|
|
|
|
output="EDGE"
|
|
|
|
dim="1"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<algorithm type="MEFISTO_2D"
|
|
|
|
label-id="Triangle (Mefisto)"
|
2005-08-23 14:36:14 +06:00
|
|
|
icon-id="mesh_algo_mefisto.png"
|
2006-05-06 14:51:48 +06:00
|
|
|
hypos="LengthFromEdges,MaxElementArea"
|
|
|
|
input="EDGE"
|
|
|
|
output="TRIA"
|
|
|
|
dim="2"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<algorithm type="Quadrangle_2D"
|
|
|
|
label-id="Quadrangle (Mapping)"
|
2005-08-23 14:36:14 +06:00
|
|
|
icon-id="mesh_algo_quad.png"
|
2006-05-06 14:51:48 +06:00
|
|
|
opt-hypos="QuadranglePreference"
|
|
|
|
input="EDGE"
|
|
|
|
output="QUAD"
|
2005-08-23 14:36:14 +06:00
|
|
|
dim="2"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<algorithm type="Hexa_3D"
|
|
|
|
label-id="Hexahedron (i,j,k)"
|
2005-08-23 14:36:14 +06:00
|
|
|
icon-id="mesh_algo_hexa.png"
|
2006-05-06 14:51:48 +06:00
|
|
|
input="QUAD"
|
2005-08-23 14:36:14 +06:00
|
|
|
dim="3"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
</algorithms>
|
|
|
|
</meshers-group>
|
|
|
|
|
|
|
|
<meshers-group name="Your Meshers Group"
|
|
|
|
resources=""
|
|
|
|
server-lib=""
|
|
|
|
gui-lib="">
|
|
|
|
<hypotheses>
|
|
|
|
|
|
|
|
<hypothesis type=""
|
|
|
|
label-id=""
|
|
|
|
icon-id=""/>
|
|
|
|
</hypotheses>
|
|
|
|
|
|
|
|
<algorithms>
|
|
|
|
|
|
|
|
<algorithm type=""
|
|
|
|
label-id=""
|
|
|
|
icon-id=""/>
|
|
|
|
</algorithms>
|
|
|
|
</meshers-group>
|
|
|
|
|
2005-11-01 15:02:39 +05:00
|
|
|
|
|
|
|
<hypotheses-set-group>
|
|
|
|
|
|
|
|
<hypotheses-set name="Automatic Tetrahedralization"
|
|
|
|
hypos="AutomaticLength, LengthFromEdges"
|
|
|
|
algos="Regular_1D, MEFISTO_2D, NETGEN_3D"/>
|
|
|
|
|
|
|
|
<hypotheses-set name="Automatic Hexahedralization"
|
|
|
|
hypos="AutomaticLength"
|
|
|
|
algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
|
|
|
|
|
|
|
|
</hypotheses-set-group>
|
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
</meshers>
|