X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=resources%2FStdMeshers.xml;h=59f62042116e21e6a38ee96dfb68f6f7ed168838;hb=5d01c143dfe3dd142d2209c418a37de148096e06;hp=0d519fc574f21a5ca809d7ec8e1490c937bdd598;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6;p=modules%2Fsmesh.git diff --git a/resources/StdMeshers.xml b/resources/StdMeshers.xml index 0d519fc57..59f620421 100644 --- a/resources/StdMeshers.xml +++ b/resources/StdMeshers.xml @@ -34,170 +34,176 @@ gui-lib="StdMeshersGUI"> - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - + - + - + dim ="2"/> - - + - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + dim ="2"/> - + + + - + - + - + - - - + + + input ="VERTEX" + output ="EDGE" + dim ="1"> Regular_1D=Segment() LocalLength=LocalLength(SetLength(1),,SetPrecision(1)) @@ -212,14 +218,14 @@ - + input ="VERTEX" + output ="EDGE" + dim ="1"> CompositeSegment_1D=Segment(algo=smesh.COMPOSITE) LocalLength=LocalLength(SetLength(), ,SetPrecision()) @@ -243,184 +249,187 @@ - + MEFISTO_2D=Triangle(algo=smesh.MEFISTO) LengthFromEdges=LengthFromEdges() MaxElementArea=MaxElementArea(SetMaxElementArea()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) - + Quadrangle_2D=Quadrangle(algo=smesh.QUADRANGLE) QuadrangleParams=QuadrangleParameters(SetQuadType(),SetTriaVertex()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) - + dim ="3"> Hexa_3D=Hexahedron(algo=smesh.Hexa) ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces()) - + icon-id ="mesh_algo_regular.png" + hypos ="ProjectionSource1D" + output ="EDGE" + dim ="1"> Projection_1D=Projection1D() ProjectionSource1D=SourceEdge(SetSourceEdge(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2)) - + icon-id ="mesh_algo_quad.png" + input ="EDGE" + hypos ="ProjectionSource2D" + output ="QUAD,TRIA" + dim ="2"> Projection_2D=Projection2D() - ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) + ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) - + icon-id ="mesh_algo_quad.png" + hypos ="ProjectionSource2D" + output ="QUAD,TRIA" + dim ="2"> Projection_1D2D=Projection1D2D() ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) - + icon-id ="mesh_algo_hexa.png" + hypos ="ProjectionSource3D" + input ="QUAD,TRIA" + dim ="3"> Projection_3D=Projection3D() - ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) + ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) - + Import_1D=UseExisting1DElements() ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2)) - + dim ="2"> Import_1D2D=UseExisting2DElements() ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2)) - + Prism_3D=Prism() - + icon-id ="mesh_algo_hexa.png" + hypos ="NumberOfLayers, LayerDistribution" + input ="QUAD,TRIA" + dim ="3"> RadialPrism_3D=Prism('RadialPrism_3D') NumberOfLayers=NumberOfLayers(SetNumberOfLayers()) - + UseExisting_1D=UseExistingSegments() - + UseExisting_2D=UseExistingFaces() - + RadialQuadrangle_1D2D=Quadrangle(algo=smesh.RADIAL_QUAD) NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers()) - + dim ="3"> Cartesian_3D=BodyFitted()