eap e1524c66bc 0021543: EDF 1978 SMESH: Viscous layer for 2D meshes
Avoid dump failure if create a sub-mesh on the main shape
    extracted from it-self

    def Assign(self, algo, mesh, geom):
         ...
-        if not geom:
+        if not geom or geom.IsSame( mesh.geom ):
             self.geom = mesh.geom
2012-11-14 12:40:47 +00:00
2012-10-09 07:28:56 +00:00
2012-06-05 12:18:07 +00:00
2012-06-05 12:18:07 +00:00
2012-06-05 12:18:07 +00:00
2012-06-05 12:18:07 +00:00
2004-06-18 08:34:31 +00:00
2012-06-05 12:18:07 +00:00
2012-10-11 07:56:03 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2012-06-05 12:18:07 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%