Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] gmsh with VTK9.x does not work #6553

Closed
2 tasks done
FEA-eng opened this issue Mar 11, 2022 · 1 comment
Closed
2 tasks done

[Bug] gmsh with VTK9.x does not work #6553

FEA-eng opened this issue Mar 11, 2022 · 1 comment
Labels
3rd party component Issue related to 3rd party component Blocker Bug This issue or PR is related to a bug
Milestone

Comments

@FEA-eng
Copy link
Contributor

FEA-eng commented Mar 11, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Forums discussion

https://forum.freecadweb.org/viewtopic.php?f=18&t=66948

Version

0.20 (Development)

Full version info

OS: Debian GNU/Linux 11 (bullseye) (X-Cinnamon/lightdm-xsession)
Word size of FreeCAD: 64-bit
Version: 0.20.27972 (Git)
Build type: Release
Branch: master
Hash: 068f02c4b786bc425b44b7f8eec77ea6beab7f61
Python 3.9.2, Qt 5.15.2, Coin 4.0.0, OCC 7.6.1
Locale: English/United States (en_US)

Subproject(s) affected?

FEM

Issue description

gmsh fails to generate a mesh in the case of many distributions (mainly Linux) using VTK9.x
There are several forum threads regarding this issue, links to them can be found in the thread assigned to this report.

Anything else?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@chennes chennes added this to the 0.20 milestone Mar 11, 2022
@luzpaz luzpaz added the Bug This issue or PR is related to a bug label Mar 12, 2022
@akrpic77
Copy link

problem seems to be in compactMesh function

void SMESHDS_Mesh::compactMesh()

bypassing this function (placing return as first statement in this function) successfully creates the mesh.

@luzpaz luzpaz added the 3rd party component Issue related to 3rd party component label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3rd party component Issue related to 3rd party component Blocker Bug This issue or PR is related to a bug
Projects
None yet
Development

No branches or pull requests

5 participants