2004-03-26 12:05:19 +05:00
|
|
|
<?xml version='1.0' encoding='us-ascii'?>
|
|
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
|
|
|
|
|
|
|
<!-- GUI customization for MESH component -->
|
|
|
|
|
|
|
|
<meshers>
|
|
|
|
|
|
|
|
<meshers-group name="NETGEN"
|
|
|
|
resources="NETGENPlugin"
|
2007-02-07 17:33:37 +05:00
|
|
|
server-lib="NETGENEngine"
|
|
|
|
gui-lib="NETGENPluginGUI">
|
2006-05-06 14:54:13 +06:00
|
|
|
<hypotheses>
|
|
|
|
<hypothesis type="NETGEN_Parameters"
|
|
|
|
label-id="NETGEN 3D Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen.png"
|
|
|
|
dim="3"/>
|
|
|
|
<hypothesis type="NETGEN_Parameters_2D"
|
|
|
|
label-id="NETGEN 2D Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen_2d.png"
|
|
|
|
dim="2"/>
|
2008-09-16 15:07:55 +06:00
|
|
|
<hypothesis type="NETGEN_SimpleParameters_2D"
|
|
|
|
label-id="NETGEN 2D Simple Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen_2d.png"
|
|
|
|
dim="2"/>
|
|
|
|
<hypothesis type="NETGEN_SimpleParameters_3D"
|
|
|
|
label-id="NETGEN 3D Simple Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen.png"
|
|
|
|
dim="3"/>
|
2006-05-06 14:54:13 +06:00
|
|
|
</hypotheses>
|
2004-03-26 12:05:19 +05:00
|
|
|
<algorithms>
|
|
|
|
<algorithm type="NETGEN_3D"
|
|
|
|
label-id="Tetrahedron (Netgen)"
|
2005-08-23 15:01:05 +06:00
|
|
|
icon-id="mesh_algo_tetra.png"
|
2006-05-06 14:54:13 +06:00
|
|
|
hypos="MaxElementVolume"
|
2008-03-24 16:48:15 +05:00
|
|
|
need-geom="false"
|
2008-07-28 12:29:05 +06:00
|
|
|
input="TRIA,QUAD"
|
2006-05-06 14:54:13 +06:00
|
|
|
dim="3"/>
|
|
|
|
<algorithm type="NETGEN_2D"
|
|
|
|
label-id="Netgen 1D-2D"
|
|
|
|
icon-id="mesh_algo_netgen_2d.png"
|
2008-09-16 15:07:55 +06:00
|
|
|
hypos="NETGEN_Parameters_2D, NETGEN_SimpleParameters_2D"
|
2006-05-06 14:54:13 +06:00
|
|
|
output="TRIA,QUAD"
|
2008-09-16 15:07:55 +06:00
|
|
|
dim="2"
|
|
|
|
support-submeshes="true"
|
|
|
|
/>
|
2006-05-06 14:54:13 +06:00
|
|
|
<algorithm type="NETGEN_2D3D"
|
|
|
|
label-id="Netgen 1D-2D-3D"
|
|
|
|
icon-id="mesh_algo_netgen_2d3d.png"
|
2008-09-16 15:07:55 +06:00
|
|
|
hypos="NETGEN_Parameters, NETGEN_SimpleParameters_3D"
|
|
|
|
dim="3"
|
|
|
|
support-submeshes="true"
|
|
|
|
/>
|
2008-03-24 16:48:15 +05:00
|
|
|
<algorithm type="NETGEN_2D_ONLY"
|
|
|
|
label-id="Netgen 2D"
|
|
|
|
icon-id="mesh_algo_netgen_2d.png"
|
|
|
|
hypos="LengthFromEdges,MaxElementArea"
|
|
|
|
opt-hypos="QuadranglePreference"
|
|
|
|
input="EDGE"
|
|
|
|
output="TRIA,QUAD"
|
|
|
|
dim="2"/>
|
2004-03-26 12:05:19 +05:00
|
|
|
</algorithms>
|
|
|
|
</meshers-group>
|
|
|
|
|
|
|
|
</meshers>
|