You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far working with pygmsh has been great. To being able to create parametric meshes and properly assigning physical labels to all the parts. Definitely would be much harder with pure gmsh.
As part of my mesh creation, I add a bunch of rotated rectangles together. This works perfectly up to gmsh version 4.8-, but fails for gmsh 4.9+ (using the latest pygmsh 7.1.17)
Info : Cannot bind existing OpenCASCADE surface 1 to second tag 2
Info : Could not preserve tag of 2D object 2 (->1)
Info : Cannot bind existing OpenCASCADE surface 1 to second tag 3
Info : Could not preserve tag of 2D object 3 (->1)
Info : Cannot bind existing OpenCASCADE surface 1 to second tag 4
Info : Could not preserve tag of 2D object 4 (->1)
Info : Cannot bind existing OpenCASCADE surface 1 to second tag 5
Info : Could not preserve tag of 2D object 5 (->1)
Info : Cannot bind existing OpenCASCADE surface 1 to second tag 6
Info : Could not preserve tag of 2D object 6 (->1)
Desired output (<=4.8.4) :
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
So far working with pygmsh has been great. To being able to create parametric meshes and properly assigning physical labels to all the parts. Definitely would be much harder with pure gmsh.
As part of my mesh creation, I add a bunch of rotated rectangles together. This works perfectly up to gmsh version 4.8-, but fails for gmsh 4.9+ (using the latest pygmsh 7.1.17)
MWE:
Output using gmsh >=4.9.0 :
Desired output (<=4.8.4) :
The text was updated successfully, but these errors were encountered: