X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=resources%2FStdMeshers.xml;fp=resources%2FStdMeshers.xml;h=59f62042116e21e6a38ee96dfb68f6f7ed168838;hp=b82d6a441b1a8bd4090379e523cffc169da03044;hb=1067ffa6e7e5c394e3a1b17219d8b355a57607cd;hpb=e6fb82fec115653b65edff9f5155d4e39bc13c6a diff --git a/resources/StdMeshers.xml b/resources/StdMeshers.xml index b82d6a441..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(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(3),SetVertexAssociation(2),SetVertexAssociation(4)) - + icon-id ="mesh_algo_regular.png" + hypos ="ImportSource1D" + output ="EDGE" + dim ="1"> Import_1D=UseExisting1DElements() ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2)) - + dim ="2"> Import_1D2D=UseExisting2DElements() ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2)) - + icon-id ="mesh_algo_hexa.png" + input ="QUAD,TRIA" + dim ="3"> 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()) - + icon-id ="mesh_algo_regular.png" + input ="VERTEX" + output ="EDGE" + dim ="1"> UseExisting_1D=UseExistingSegments() - + icon-id ="mesh_algo_quad.png" + input ="EDGE" + output ="QUAD,TRIA" + dim ="2"> UseExisting_2D=UseExistingFaces() - + icon-id ="mesh_algo_quad.png" + hypos ="NumberOfLayers2D, LayerDistribution2D" + input ="EDGE" + output ="QUAD,TRIA" + dim ="2"> RadialQuadrangle_1D2D=Quadrangle(algo=smesh.RADIAL_QUAD) NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers()) - + dim ="3"> Cartesian_3D=BodyFitted()