mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
Fix wrong comments indentation
This commit is contained in:
parent
776e25bc46
commit
55a0f35a26
@ -24,12 +24,12 @@ smeshgui = salome.ImportComponentGUI("SMESH")
|
|||||||
smeshgui.Init(salome.myStudyId)
|
smeshgui.Init(salome.myStudyId)
|
||||||
|
|
||||||
class MeshHexaImpl:
|
class MeshHexaImpl:
|
||||||
"""
|
"""
|
||||||
Class MeshHexaImpl for Hexahedrical meshing
|
Class MeshHexaImpl for Hexahedrical meshing
|
||||||
|
|
||||||
Examples: cube2pyGibi.py, lines 270-295
|
Examples: cube2pyGibi.py, lines 270-295
|
||||||
cube2partition.py, lines 72-83
|
cube2partition.py, lines 72-83
|
||||||
"""
|
"""
|
||||||
piece = 0
|
piece = 0
|
||||||
name = 0
|
name = 0
|
||||||
mesh = 0
|
mesh = 0
|
||||||
@ -114,7 +114,8 @@ class MeshHexaImpl:
|
|||||||
def Propagate(self, edge, n):
|
def Propagate(self, edge, n):
|
||||||
"""
|
"""
|
||||||
Creates sub-mesh of the mesh, created by constructor.
|
Creates sub-mesh of the mesh, created by constructor.
|
||||||
This sub-mesh will be created on edge \a edge and propagate the hypothesis on all correspondant edges.
|
This sub-mesh will be created on edge \a edge and
|
||||||
|
propagate the hypothesis on all correspondant edges.
|
||||||
Set algorithm and hypothesis for 1D discretization of the \a edge and all other propagate edges:
|
Set algorithm and hypothesis for 1D discretization of the \a edge and all other propagate edges:
|
||||||
- algorithm "Regular_1D"
|
- algorithm "Regular_1D"
|
||||||
- hypothesis "NumberOfSegments" with number of segments \a n
|
- hypothesis "NumberOfSegments" with number of segments \a n
|
||||||
|
Loading…
Reference in New Issue
Block a user