X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=resources%2FStdMeshers.xml;h=6e8791a2acd548b8c4e892d62eb3ab65912daad8;hp=60aec655d2353f4a7179a498800c86f801be3c02;hb=3ecdf53dff60a9fd77128cfdb792dc18705f74a8;hpb=5ee27abf31549d7282d917e6b4f558399de5bb3d diff --git a/resources/StdMeshers.xml b/resources/StdMeshers.xml index 60aec655d..6e8791a2a 100644 --- a/resources/StdMeshers.xml +++ b/resources/StdMeshers.xml @@ -1,5 +1,28 @@ + @@ -7,83 +30,412 @@ + idl-module="StdMeshers" + server-lib="StdMeshersEngine" + gui-lib="StdMeshersGUI"> - - - - - - - - - - - + + + + + + + + + + + + + + + + - + + + - + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + Regular_1D=Segment() + LocalLength=LocalLength(SetLength(1),,SetPrecision(1)) + MaxLength=MaxSize(SetLength(1)) + Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges()) + StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges()) + Deflection1D=Deflection1D(SetDeflection()) + AutomaticLength=AutomaticLength(SetFineness()) + FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges()) + Propagation=Propagation() + QuadraticMesh=QuadraticMesh() + + + + + + CompositeSegment_1D=Segment(algo=smeshBuilder.COMPOSITE) + LocalLength=LocalLength(SetLength(), ,SetPrecision()) + MaxLength=MaxSize(SetLength()) + Arithmetic1D=Arithmetic1D(SetStartLength(),SetEndLength(),SetReversedEdges()) + StartEndLength=StartEndLength(SetStartLength(),SetEndLength(),SetReversedEdges()) + Deflection1D=Deflection1D(SetDeflection()) + AutomaticLength=AutomaticLength(SetFineness()) + FixedPoints1D=FixedPoints1D(SetPoints(),SetNbSegments(),SetReversedEdges()) + Propagation=Propagation() + QuadraticMesh=QuadraticMesh() + + + + + + Python_1D=Segment(algo=smeshBuilder.PYTHON) + PythonSplit1D=PythonSplit1D(SetNumberOfSegments(),SetPythonLog10RatioFunction()) + + + + + + MEFISTO_2D=Triangle(algo=smeshBuilder.MEFISTO) + LengthFromEdges=LengthFromEdges() + MaxElementArea=MaxElementArea(SetMaxElementArea()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetEdges(1),SetEdges(2)) + + + + + + Quadrangle_2D=Quadrangle(algo=smeshBuilder.QUADRANGLE) + QuadrangleParams=QuadrangleParameters(SetQuadType(),SetTriaVertex()) + ViscousLayers2D=ViscousLayers2D(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreEdges()) + + + + + + Hexa_3D=Hexahedron(algo=smeshBuilder.Hexa) + ViscousLayers=ViscousLayers(SetTotalThickness(),SetNumberLayers(),SetStretchFactor(),SetIgnoreFaces()) + + + + + + Projection_1D=Projection1D() + ProjectionSource1D=SourceEdge(SetSourceEdge(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2)) + + + + + + Projection_2D=Projection2D() + ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) + + + + + + Projection_1D2D=Projection1D2D() + ProjectionSource2D=SourceFace(SetSourceFace(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(2),SetVertexAssociation(3),SetVertexAssociation(4)) + + + + + + Projection_3D=Projection3D() + ProjectionSource3D=SourceShape3D(SetSource3DShape(),SetSourceMesh(),SetVertexAssociation(1),SetVertexAssociation(3),SetVertexAssociation(2),SetVertexAssociation(4)) + + + + + + Import_1D=UseExisting1DElements() + ImportSource1D=SourceEdges(SetSourceEdges(),SetCopySourceMesh(1),SetCopySourceMesh(2)) + + + + + + Import_1D2D=UseExisting2DElements() + ImportSource2D=SourceFaces(SetSourceFaces(),SetCopySourceMesh(1),SetCopySourceMesh(2)) + + + + + + Prism_3D=Prism() + + + + + + RadialPrism_3D=Prism('RadialPrism_3D') + NumberOfLayers=NumberOfLayers(SetNumberOfLayers()) + + + + + + UseExisting_1D=UseExistingSegments() + + + + + + UseExisting_2D=UseExistingFaces() + + + + + + RadialQuadrangle_1D2D=Quadrangle(algo=smeshBuilder.RADIAL_QUAD) + NumberOfLayers2D=NumberOfLayers(SetNumberOfLayers()) + + + + + + Cartesian_3D=BodyFitted() + + + @@ -106,4 +458,25 @@ + + + + + + + + + + + + +