mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +05:00
Fix wrong comments indentation
This commit is contained in:
parent
776e25bc46
commit
55a0f35a26
@ -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