meshio icon indicating copy to clipboard operation
meshio copied to clipboard

[BUG] PERMAS .gz extension does not create zipped file

Open martin-bernhard opened this issue 1 year ago • 0 comments

Describe the bug The export to the PERMAS file format supports the two extensions *.dato.gz and *.post.gz but does not create a zipped version of the ASCII file formats *.dato and *.post.
I was expecting the same behaviour like it is implemented for NETGEN.

To Reproduce Convert the test file box.med into PERMAS file box.post.gz.
meshio convert box.med box.post.gz

Diagnose The output is not a zipped mesh file, but a simple ASCII file only.

martin-bernhard avatar Dec 19 '24 15:12 martin-bernhard