Salome HOME
Fixes compound mesh failur [spns 24411]
authorAfeef <afeef.badri@gmail.com>
Fri, 23 Jul 2021 13:37:06 +0000 (15:37 +0200)
committereap <eap@opencascade.com>
Fri, 17 Sep 2021 11:18:30 +0000 (14:18 +0300)
commite3f5ea2c483c77ce99a9a4331a03f09c74ca2926
tree912d865e75a24eb4cb1047b98b3c7ba9d679588e
parentad04a12b26eaea28524566df34f3acf5a133192e
 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