2004-03-26 12:05:19 +05:00
|
|
|
<?xml version='1.0' encoding='us-ascii'?>
|
|
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
2009-02-17 12:15:34 +05:00
|
|
|
<!--
|
2012-06-05 18:34:35 +06:00
|
|
|
Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE
|
2009-02-17 12:15:34 +05:00
|
|
|
|
|
|
|
Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
|
|
|
CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
|
|
|
|
|
|
This library is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License.
|
|
|
|
|
|
|
|
This library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
License along with this library; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
|
|
|
|
|
|
|
-->
|
2004-03-26 12:05:19 +05:00
|
|
|
|
|
|
|
<!-- GUI customization for MESH component -->
|
|
|
|
|
|
|
|
<meshers>
|
|
|
|
|
|
|
|
<meshers-group name="NETGEN"
|
|
|
|
resources="NETGENPlugin"
|
2008-03-07 12:47:18 +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"/>
|
2010-12-24 13:22:38 +05:00
|
|
|
<hypothesis type="NETGEN_Parameters_3D"
|
|
|
|
label-id="NETGEN 3D Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen.png"
|
|
|
|
dim="3"/>
|
|
|
|
<hypothesis type="NETGEN_Parameters_2D_ONLY"
|
|
|
|
label-id="NETGEN 2D Parameters"
|
|
|
|
icon-id="mesh_hypo_netgen_2d.png"
|
|
|
|
dim="2"/>
|
2009-02-17 12:15:34 +05: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"
|
2010-12-24 13:22:38 +05:00
|
|
|
hypos="MaxElementVolume,NETGEN_Parameters_3D"
|
2011-01-18 17:25:36 +05:00
|
|
|
opt-hypos="ViscousLayers"
|
2008-03-07 12:47:18 +05:00
|
|
|
need-geom="false"
|
2009-02-17 12:15:34 +05:00
|
|
|
input="TRIA,QUAD"
|
2012-03-07 21:17:44 +06:00
|
|
|
dim="3">
|
|
|
|
<python-wrap>
|
|
|
|
<algo>NETGEN_3D=Tetrahedron()</algo>
|
|
|
|
<hypo>MaxElementVolume=MaxElementVolume(SetMaxElementVolume())</hypo>
|
|
|
|
<hypo>NETGEN_Parameters_3D=Parameters()</hypo>
|
|
|
|
<hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2011-09-22 17:58:49 +06:00
|
|
|
<algorithm type="NETGEN_2D_ONLY"
|
|
|
|
label-id="Netgen 2D"
|
|
|
|
icon-id="mesh_algo_netgen_2d.png"
|
|
|
|
hypos="LengthFromEdges,MaxElementArea,NETGEN_Parameters_2D_ONLY"
|
|
|
|
opt-hypos="QuadranglePreference"
|
|
|
|
input="EDGE"
|
|
|
|
output="TRIA,QUAD"
|
2012-03-07 21:17:44 +06:00
|
|
|
dim="2">
|
|
|
|
<python-wrap>
|
|
|
|
<algo>NETGEN_2D_ONLY=Triangle(algo=smesh.NETGEN_2D)</algo>
|
|
|
|
<hypo>LengthFromEdges=LengthFromEdges()</hypo>
|
|
|
|
<hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
|
|
|
|
<hypo>NETGEN_Parameters_2D_ONLY=Parameters()</hypo>
|
|
|
|
<hypo>QuadranglePreference=SetQuadAllowed()</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2006-05-06 14:54:13 +06:00
|
|
|
<algorithm type="NETGEN_2D"
|
|
|
|
label-id="Netgen 1D-2D"
|
|
|
|
icon-id="mesh_algo_netgen_2d.png"
|
2009-02-17 12:15:34 +05:00
|
|
|
hypos="NETGEN_Parameters_2D, NETGEN_SimpleParameters_2D"
|
2006-05-06 14:54:13 +06:00
|
|
|
output="TRIA,QUAD"
|
2009-02-17 12:15:34 +05:00
|
|
|
dim="2"
|
2012-03-07 21:17:44 +06:00
|
|
|
support-submeshes="true">
|
|
|
|
<python-wrap>
|
|
|
|
<algo>NETGEN_2D=Triangle(algo=smesh.NETGEN_1D2D)</algo>
|
|
|
|
<hypo>NETGEN_Parameters_2D=Parameters()</hypo>
|
|
|
|
<hypo>NETGEN_SimpleParameters_2D=Parameters(smesh.SIMPLE)</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
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"
|
2009-02-17 12:15:34 +05:00
|
|
|
hypos="NETGEN_Parameters, NETGEN_SimpleParameters_3D"
|
|
|
|
dim="3"
|
2012-03-07 21:17:44 +06:00
|
|
|
support-submeshes="true">
|
|
|
|
<python-wrap>
|
|
|
|
<algo>NETGEN_2D3D=Tetrahedron(algo=smesh.NETGEN_1D2D3D)</algo>
|
|
|
|
<hypo>NETGEN_Parameters=Parameters()</hypo>
|
|
|
|
<hypo>NETGEN_SimpleParameters_3D=Parameters(smesh.SIMPLE)</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2004-03-26 12:05:19 +05:00
|
|
|
</algorithms>
|
|
|
|
</meshers-group>
|
|
|
|
|
|
|
|
</meshers>
|