2004-06-18 14:34:31 +06:00
|
|
|
<?xml version='1.0' encoding='us-ascii'?>
|
|
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
2009-02-17 10:27:49 +05:00
|
|
|
<!--
|
2014-02-20 18:25:37 +06:00
|
|
|
Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE
|
2009-02-17 10:27:49 +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
|
2014-02-20 18:25:37 +06:00
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
2009-02-17 10:27:49 +05:00
|
|
|
|
|
|
|
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-06-18 14:34:31 +06:00
|
|
|
|
|
|
|
<!-- GUI customization for MESH component -->
|
|
|
|
|
|
|
|
<meshers>
|
|
|
|
|
|
|
|
<meshers-group name="Standard Meshers"
|
|
|
|
resources="StdMeshers"
|
2013-08-07 15:35:44 +06:00
|
|
|
idl-module="StdMeshers"
|
2008-03-07 12:47:05 +05:00
|
|
|
server-lib="StdMeshersEngine"
|
|
|
|
gui-lib="StdMeshersGUI">
|
2004-06-18 14:34:31 +06:00
|
|
|
<hypotheses>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="SegmentLengthAroundVertex"
|
|
|
|
label-id ="Length Near Vertex"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="0"/>
|
|
|
|
|
|
|
|
<hypothesis type ="LocalLength"
|
|
|
|
label-id ="Local Length"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="MaxLength"
|
|
|
|
label-id ="Max Size"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="Arithmetic1D"
|
|
|
|
label-id ="Arithmetic 1D"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypothesis type ="GeometricProgression"
|
|
|
|
label-id ="Geometric Progression"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="FixedPoints1D"
|
|
|
|
label-id ="Fixed Points 1D"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="StartEndLength"
|
|
|
|
label-id ="Start and End Length"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="NumberOfSegments"
|
|
|
|
label-id ="Nb. Segments"
|
|
|
|
icon-id ="mesh_hypo_segment.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="Deflection1D"
|
|
|
|
label-id ="Deflection 1D"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
2013-11-11 17:07:44 +06:00
|
|
|
<hypothesis type ="Adaptive1D"
|
|
|
|
label-id ="Adaptive"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="Propagation"
|
|
|
|
label-id ="Propagation of 1D Hyp. on Opposite Edges"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"
|
2014-02-14 18:08:39 +06:00
|
|
|
context ="LOCAL"
|
2005-08-23 14:36:14 +06:00
|
|
|
auxiliary="true"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypothesis type ="PropagOfDistribution"
|
|
|
|
label-id ="Propagation of Node Distribution on Opposite Edges"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"
|
2014-02-14 18:08:39 +06:00
|
|
|
context ="LOCAL"
|
2014-01-15 15:41:17 +06:00
|
|
|
auxiliary="true"/>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="AutomaticLength"
|
|
|
|
label-id ="Automatic Length"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
2005-11-01 15:02:39 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="LengthFromEdges"
|
|
|
|
label-id ="Length From Edges"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="2"/>
|
2004-12-01 15:48:31 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="QuadranglePreference"
|
|
|
|
label-id ="Quadrangle Preference"
|
|
|
|
icon-id ="mesh_algo_quad.png"
|
2008-03-07 12:47:05 +05:00
|
|
|
auxiliary="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2"/>
|
2005-12-23 15:00:03 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="QuadraticMesh"
|
|
|
|
label-id ="Quadratic Mesh"
|
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
dim ="1"
|
2014-02-14 18:08:39 +06:00
|
|
|
context ="GLOBAL"
|
2006-03-13 20:29:49 +05:00
|
|
|
auxiliary="true"/>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="MaxElementArea"
|
|
|
|
label-id ="Max. Element Area"
|
|
|
|
icon-id ="mesh_hypo_area.png"
|
|
|
|
dim ="2"/>
|
2005-08-23 14:36:14 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="NotConformAllowed"
|
|
|
|
label-id ="Not Conform Mesh Allowed"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1,2,3"
|
2014-02-14 18:08:39 +06:00
|
|
|
context ="GLOBAL"
|
2005-08-23 14:36:14 +06:00
|
|
|
auxiliary="true"/>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="MaxElementVolume"
|
|
|
|
label-id ="Max. Element Volume"
|
|
|
|
icon-id ="mesh_hypo_volume.png"
|
|
|
|
dim ="3"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ProjectionSource3D"
|
|
|
|
label-id ="Source Shape 3D"
|
|
|
|
icon-id ="mesh_hypo_volume.png"
|
|
|
|
dim ="3"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ProjectionSource2D"
|
|
|
|
label-id ="Source Face"
|
|
|
|
icon-id ="mesh_hypo_area.png"
|
|
|
|
dim ="2"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ProjectionSource1D"
|
|
|
|
label-id ="Source Edge"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ImportSource2D"
|
|
|
|
label-id ="Source Faces"
|
|
|
|
icon-id ="mesh_hypo_area.png"
|
|
|
|
dim ="2"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ImportSource1D"
|
|
|
|
label-id ="Source Edges"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="1"/>
|
|
|
|
|
|
|
|
<hypothesis type ="NumberOfLayers"
|
|
|
|
label-id ="Number of Layers"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="3"/>
|
|
|
|
|
|
|
|
<hypothesis type ="LayerDistribution"
|
|
|
|
label-id ="Distribution of Layers"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="3"/>
|
|
|
|
|
|
|
|
<hypothesis type ="ViscousLayers2D"
|
|
|
|
label-id ="Viscous Layers 2D"
|
|
|
|
icon-id ="mesh_algo_quad.png"
|
2012-08-09 16:03:55 +06:00
|
|
|
auxiliary="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="ViscousLayers"
|
|
|
|
label-id ="Viscous Layers"
|
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
auxiliary="true"
|
|
|
|
dim ="3"/>
|
|
|
|
|
|
|
|
<hypothesis type ="NumberOfLayers2D"
|
|
|
|
label-id ="Number of Layers"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="2"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="LayerDistribution2D"
|
|
|
|
label-id ="Distribution of Layers"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="2"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="QuadrangleParams"
|
|
|
|
label-id ="Quadrangle Parameters"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
|
|
|
dim ="2"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypothesis type ="CartesianParameters3D"
|
|
|
|
label-id ="Body Fitting Parameters"
|
|
|
|
icon-id ="mesh_hypo_length.png"
|
2014-02-14 18:08:39 +06:00
|
|
|
context ="GLOBAL"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
</hypotheses>
|
|
|
|
|
|
|
|
<algorithms>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="SegmentAroundVertex_0D"
|
|
|
|
label-id ="Segments around Vertex"
|
|
|
|
icon-id ="mesh_algo_regular.png"
|
|
|
|
hypos ="SegmentLengthAroundVertex"
|
|
|
|
output ="VERTEX"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp ="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="0"/>
|
|
|
|
|
|
|
|
<algorithm type ="Regular_1D"
|
|
|
|
label-id ="Wire Discretisation"
|
|
|
|
icon-id ="mesh_algo_regular.png"
|
2014-01-15 15:41:17 +06:00
|
|
|
hypos ="Adaptive1D,LocalLength,MaxLength,Arithmetic1D,GeometricProgression,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
|
|
|
|
opt-hypos="Propagation,PropagOfDistribution,QuadraticMesh"
|
2012-12-13 17:41:29 +06:00
|
|
|
input ="VERTEX"
|
|
|
|
output ="EDGE"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp ="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="1">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Regular_1D=Segment()</algo>
|
|
|
|
<hypo>LocalLength=LocalLength(SetLength(1),,SetPrecision(1))</hypo>
|
|
|
|
<hypo>MaxLength=MaxSize(SetLength(1))</hypo>
|
|
|
|
<hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypo>GeometricProgression=GeometricProgression(SetStartLength(),SetCommonRatio(),SetReversedEdges())</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
|
|
|
|
<hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
|
2014-07-16 19:43:58 +06:00
|
|
|
<hypo>Adaptive1D=Adaptive(SetMinSize(),SetMaxSize(),SetDeflection())</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
|
|
|
|
<hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
|
|
|
|
<hypo>Propagation=Propagation()</hypo>
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypo>PropagOfDistribution=PropagationOfDistribution()</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>QuadraticMesh=QuadraticMesh()</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="CompositeSegment_1D"
|
|
|
|
label-id ="Composite Side Discretisation"
|
|
|
|
icon-id ="mesh_algo_regular.png"
|
2014-01-15 15:41:17 +06:00
|
|
|
hypos ="Adaptive1D,LocalLength,MaxLength,Arithmetic1D,GeometricProgression,StartEndLength,NumberOfSegments,Deflection1D,AutomaticLength,FixedPoints1D"
|
|
|
|
opt-hypos="Propagation,PropagOfDistribution,QuadraticMesh"
|
2012-12-13 17:41:29 +06:00
|
|
|
input ="VERTEX"
|
|
|
|
output ="EDGE"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp ="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="1">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>CompositeSegment_1D=Segment(algo=smeshBuilder.COMPOSITE)</algo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>LocalLength=LocalLength(SetLength(), ,SetPrecision())</hypo>
|
|
|
|
<hypo>MaxLength=MaxSize(SetLength())</hypo>
|
|
|
|
<hypo>Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypo>GeometricProgression=GeometricProgression(SetStartLength(),SetCommonRatio(),SetReversedEdges())</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges())</hypo>
|
|
|
|
<hypo>Deflection1D=Deflection1D(SetDeflection())</hypo>
|
2014-07-16 19:43:58 +06:00
|
|
|
<hypo>Adaptive1D=Adaptive(SetMinSize(),SetMaxSize(),SetDeflection())</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>AutomaticLength=AutomaticLength(SetFineness())</hypo>
|
|
|
|
<hypo>FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges())</hypo>
|
|
|
|
<hypo>Propagation=Propagation()</hypo>
|
2014-01-15 15:41:17 +06:00
|
|
|
<hypo>PropagOfDistribution=PropagationOfDistribution()</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>QuadraticMesh=QuadraticMesh()</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
|
|
|
<algorithm type="Python_1D"
|
|
|
|
output="EDGE"
|
|
|
|
dim="1">
|
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>Python_1D=Segment(algo=smeshBuilder.PYTHON)</algo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>PythonSplit1D=PythonSplit1D(SetNumberOfSegments(),SetPythonLog10RatioFunction())</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2013-10-18 19:29:00 +06:00
|
|
|
<algorithm type ="@MEFISTO2D_NAME@"
|
2012-12-13 17:41:29 +06:00
|
|
|
label-id ="Triangle (Mefisto)"
|
|
|
|
icon-id ="mesh_algo_mefisto.png"
|
|
|
|
hypos ="LengthFromEdges,MaxElementArea"
|
|
|
|
opt-hypos ="ViscousLayers2D"
|
|
|
|
input ="EDGE"
|
|
|
|
output ="TRIA"
|
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>MEFISTO_2D=Triangle(algo=smeshBuilder.MEFISTO)</algo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>LengthFromEdges=LengthFromEdges()</hypo>
|
|
|
|
<hypo>MaxElementArea=MaxElementArea(SetMaxElementArea())</hypo>
|
2013-05-30 20:22:28 +06:00
|
|
|
<hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetEdges(1),SetEdges(2))</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Quadrangle_2D"
|
|
|
|
label-id ="Quadrangle (Mapping)"
|
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
hypos ="QuadrangleParams"
|
|
|
|
opt-hypos="ViscousLayers2D"
|
|
|
|
input ="EDGE"
|
|
|
|
output ="QUAD"
|
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>Quadrangle_2D=Quadrangle(algo=smeshBuilder.QUADRANGLE)</algo>
|
2014-02-14 18:08:39 +06:00
|
|
|
<hypo>QuadrangleParams=QuadrangleParameters(SetQuadType(),SetTriaVertex(),SetEnforcedNodes(1),SetEnforcedNodes(2))</hypo>
|
2012-12-13 17:41:29 +06:00
|
|
|
<hypo>ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges())</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2004-06-18 14:34:31 +06:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Hexa_3D"
|
|
|
|
label-id ="Hexahedron (i,j,k)"
|
|
|
|
icon-id ="mesh_algo_hexa.png"
|
|
|
|
input ="QUAD"
|
2014-01-15 15:41:17 +06:00
|
|
|
output ="HEXA,PENTA"
|
2012-08-09 16:03:55 +06:00
|
|
|
need-geom="false"
|
|
|
|
opt-hypos="ViscousLayers"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>Hexa_3D=Hexahedron(algo=smeshBuilder.Hexa)</algo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces())</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Projection_1D"
|
2008-03-07 12:47:05 +05:00
|
|
|
label-id="Projection 1D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_regular.png"
|
|
|
|
hypos ="ProjectionSource1D"
|
|
|
|
output ="EDGE"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="1">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Projection_1D=Projection1D()</algo>
|
|
|
|
<hypo>ProjectionSource1D=SourceEdge(SetSourceEdge(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2))</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Projection_2D"
|
2008-03-07 12:47:05 +05:00
|
|
|
label-id="Projection 2D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
input ="EDGE"
|
|
|
|
hypos ="ProjectionSource2D"
|
|
|
|
output ="QUAD,TRIA"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Projection_2D=Projection2D()</algo>
|
2012-10-08 17:56:59 +06:00
|
|
|
<hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Projection_1D2D"
|
2012-08-09 16:03:55 +06:00
|
|
|
label-id="Projection 1D-2D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
hypos ="ProjectionSource2D"
|
|
|
|
output ="QUAD,TRIA"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Projection_1D2D=Projection1D2D()</algo>
|
|
|
|
<hypo>ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4))</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Projection_3D"
|
2008-03-07 12:47:05 +05:00
|
|
|
label-id="Projection 3D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_hexa.png"
|
|
|
|
hypos ="ProjectionSource3D"
|
|
|
|
input ="QUAD,TRIA"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Projection_3D=Projection3D()</algo>
|
2012-10-08 17:56:59 +06:00
|
|
|
<hypo>ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4))</hypo>
|
2012-08-09 16:03:55 +06:00
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Import_1D"
|
2014-03-18 19:28:37 +06:00
|
|
|
label-id="Import 1D Elements from Another Mesh"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_regular.png"
|
|
|
|
hypos ="ImportSource1D"
|
|
|
|
output ="EDGE"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="1">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Import_1D=UseExisting1DElements()</algo>
|
|
|
|
<hypo>ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Import_1D2D"
|
2014-03-18 19:36:40 +06:00
|
|
|
label-id ="Import 1D-2D Elements from Another Mesh"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
hypos ="ImportSource2D"
|
|
|
|
output ="QUAD,TRIA"
|
2012-08-09 16:03:55 +06:00
|
|
|
support-submeshes="false"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp ="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Import_1D2D=UseExisting2DElements()</algo>
|
|
|
|
<hypo>ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2))</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Prism_3D"
|
2012-10-08 17:56:59 +06:00
|
|
|
label-id="3D Extrusion"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_hexa.png"
|
|
|
|
input ="QUAD,TRIA"
|
2014-01-15 15:41:17 +06:00
|
|
|
output ="HEXA,PENTA,OCTA,POLYHEDRON"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Prism_3D=Prism()</algo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="RadialPrism_3D"
|
2008-03-07 12:47:05 +05:00
|
|
|
label-id="Radial Prism 3D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_hexa.png"
|
|
|
|
hypos ="NumberOfLayers, LayerDistribution"
|
|
|
|
input ="QUAD,TRIA"
|
2014-01-15 15:41:17 +06:00
|
|
|
output ="HEXA,PENTA,OCTA,POLYHEDRON"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp="true"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>RadialPrism_3D=Prism('RadialPrism_3D')</algo>
|
|
|
|
<hypo>NumberOfLayers=NumberOfLayers(SetNumberOfLayers())</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="UseExisting_1D"
|
2014-03-18 19:28:37 +06:00
|
|
|
label-id="Use Edges to be Created Manually"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_regular.png"
|
|
|
|
input ="VERTEX"
|
|
|
|
output ="EDGE"
|
|
|
|
dim ="1">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>UseExisting_1D=UseExistingSegments()</algo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="UseExisting_2D"
|
2014-03-18 19:28:37 +06:00
|
|
|
label-id="Use Faces to be Created Manually"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
input ="EDGE"
|
|
|
|
output ="QUAD,TRIA"
|
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>UseExisting_2D=UseExistingFaces()</algo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="RadialQuadrangle_1D2D"
|
2012-10-08 17:56:59 +06:00
|
|
|
label-id="Radial Quadrangle 1D2D"
|
2012-12-13 17:41:29 +06:00
|
|
|
icon-id ="mesh_algo_quad.png"
|
|
|
|
hypos ="NumberOfLayers2D, LayerDistribution2D"
|
|
|
|
input ="EDGE"
|
2014-01-15 15:41:17 +06:00
|
|
|
output ="QUAD"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="2">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
2013-04-04 13:08:19 +06:00
|
|
|
<algo>RadialQuadrangle_1D2D=Quadrangle(algo=smeshBuilder.RADIAL_QUAD)</algo>
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypo>NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers())</hypo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
|
|
|
|
2012-12-13 17:41:29 +06:00
|
|
|
<algorithm type ="Cartesian_3D"
|
|
|
|
label-id ="Body Fitting"
|
|
|
|
icon-id ="mesh_algo_hexa.png"
|
|
|
|
hypos ="CartesianParameters3D"
|
2012-08-09 16:03:55 +06:00
|
|
|
support-submeshes="false"
|
2014-01-15 15:41:17 +06:00
|
|
|
output ="HEXA"
|
2014-02-14 18:08:39 +06:00
|
|
|
need-hyp ="true"
|
|
|
|
context ="GLOBAL"
|
2012-12-13 17:41:29 +06:00
|
|
|
dim ="3">
|
2012-08-09 16:03:55 +06:00
|
|
|
<python-wrap>
|
|
|
|
<algo>Cartesian_3D=BodyFitted()</algo>
|
|
|
|
</python-wrap>
|
|
|
|
</algorithm>
|
2008-03-07 12:47:05 +05:00
|
|
|
|
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"
|
2009-02-17 10:27:49 +05:00
|
|
|
hypos="MaxLength"
|
2013-10-18 19:29:00 +06:00
|
|
|
algos="Regular_1D, @MEFISTO2D_NAME@, NETGEN_3D"/>
|
2005-11-01 15:02:39 +05:00
|
|
|
|
|
|
|
<hypotheses-set name="Automatic Hexahedralization"
|
2009-02-17 10:27:49 +05:00
|
|
|
hypos="NumberOfSegments"
|
2005-11-01 15:02:39 +05:00
|
|
|
algos="Regular_1D, Quadrangle_2D, Hexa_3D"/>
|
|
|
|
|
2012-08-09 16:03:55 +06:00
|
|
|
<hypotheses-set name="Automatic Triangulation"
|
|
|
|
hypos="MaxLength"
|
2013-10-18 19:29:00 +06:00
|
|
|
algos="Regular_1D, @MEFISTO2D_NAME@"/>
|
2012-08-09 16:03:55 +06:00
|
|
|
|
|
|
|
<hypotheses-set name="Automatic Quadrangulation"
|
|
|
|
hypos="NumberOfSegments"
|
|
|
|
algos="Regular_1D, Quadrangle_2D"/>
|
|
|
|
|
2005-11-01 15:02:39 +05:00
|
|
|
</hypotheses-set-group>
|
|
|
|
|
2004-06-18 14:34:31 +06:00
|
|
|
</meshers>
|