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
I upgraded pygmsh to 7.1.2, and I am a little confused by the new behavior with physical groups. Basically, adding physical groups using geom.add_physical does nothing, and I am getting all points, edges and cells in the output mesh; it used to work fine. What would be the proper way to handle physical groups now? Thank you so much!
Hi Martin,
for me, your code is working in the sense that I don't get a single point (using pygmesh 7.1.3 and gmsh 4.7.1 pip-installed).
However, the way to retrieve the information has changed, it is in pygmsh_mesh.cell_sets and stored differently than before.
Best, Roland
From what I can see, everything works as expected. You'll find the data in mesh.cell_sets, but with an empty label (''). I just deprecated no labels for physical sets in #424 to avoid such situations.
Hello,
I upgraded
pygmsh
to 7.1.2, and I am a little confused by the new behavior with physical groups. Basically, adding physical groups usinggeom.add_physical
does nothing, and I am getting all points, edges and cells in the output mesh; it used to work fine. What would be the proper way to handle physical groups now? Thank you so much!Martin
PS: Here is MWE:
PPS: This worked in 6.1.1:
The text was updated successfully, but these errors were encountered: