How to use mesh write --> SU2 ? #1525
antares190
started this conversation in
General
Replies: 1 comment
-
I modified slightly the Original Modified :
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Dear all,
I'm trying to test the read / write capabilities of meshio, particularly when it comes to SU2 file format. To test it I downloaded an *.su2 mesh file from the github tutorial repository (here), and was trying to simply have a "read SU2 ---> write SU2 to a different name" python script
Absolutely nothing fancy:
When I run it, it goes through the read part without errors (but with some warnings) :
But crashes in the write part:
Now, what am I doing wrong? Is there a working workaround?
Thanks all
Beta Was this translation helpful? Give feedback.
All reactions