We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi,
I'm using pygmsh and native gmsh api to generate recombined hex-dominant mesh. I may have mixed-type element (say, Hex + Prism).
So this will trigger an error in extract_to_meshio():
pygmsh/pygmsh/helpers.py
Line 102 in b869ab3
Could you make generate_mesh() optionally returns meshio object?
The text was updated successfully, but these errors were encountered:
MWE please.
Sorry, something went wrong.
Here you go test.zip
Info : Reading 'sf.pos'... Info : Done reading 'sf.pos' Traceback (most recent call last): File "test.py", line 53, in <module> mesh = geom.generate_mesh() File "D:\anaconda3\lib\site-packages\pygmsh\common\geometry.py", line 363, in generate_mesh return extract_to_meshio() File "D:\anaconda3\lib\site-packages\pygmsh\helpers.py", line 102, in extract_to_meshio assert len(elem_types) == 1 AssertionError
No branches or pull requests
Hi,
I'm using pygmsh and native gmsh api to generate recombined hex-dominant mesh. I may have mixed-type element (say, Hex + Prism).
So this will trigger an error in extract_to_meshio():
pygmsh/pygmsh/helpers.py
Line 102 in b869ab3
Could you make generate_mesh() optionally returns meshio object?
The text was updated successfully, but these errors were encountered: