]> SALOME platform Git repositories - plugins/gmshplugin.git/commit
Salome HOME
Fixes compound mesh failur [spns 24411]
authorAfeef <afeef.badri@gmail.com>
Fri, 23 Jul 2021 13:37:06 +0000 (15:37 +0200)
committerAfeef <afeef.badri@gmail.com>
Fri, 23 Jul 2021 13:37:06 +0000 (15:37 +0200)
commit617786330ca3fdc81b2b9ff8d75d3c9c2f5ecc6b
tree38e6c15ce2064a327eb439a373943e934ecc3cf0
parentd26f56e16615ce42ee244819f110aaa80b6a5162
 Fixes compound mesh failur [spns 24411]
Since gmsh version 4.3 when compund meshing is involved Gmsh
produces extra discrete surfaces apart from the original topology
 Gmsh meshing procedure needs acess to each of the original topology
and the meshed topology.

Hence we bypass the additional DiscreteSurface mesh in case compound
meshing is involved. This bypass is needed during the GMSHPlugin_Mesher::FillSMesh()
src/GMSHPlugin/GMSHPlugin_Mesher.cxx