How to directly convert a gmsh-generated mesh in python? #1367
Unanswered
dominik-kern
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to generate (gmsh) and convert (meshio) a mesh directly in one python-script, without intermediate file
The function
mesh = pygmsh.helpers.extract_to_meshio()
seems appropriate, but fails onmesh.write('output.vtu')
withMaybe the mesh representation differs between these two tools (meshio, pygmsh) or their versions.
Beta Was this translation helpful? Give feedback.
All reactions