Nico Schlömer
Nico Schlömer
> Looking at the VTU reader I saw that meshio clustered polygons by length The order is kept as it is in the file, it's just that blocks of the...
Good catch! That has to go away. I'll check it out now.
> But in the VTU it's no big deal since the cell_data is also re-ordered . meshio promises not to mess with the data, and that includes the order of...
This needs an MWE, too.
Alright, fixed now. (At least in VTU.)
I'm just plowing through some old bugs. Can you provide a shorter MWE?
I see now. I'll look at the functions your provide and add a test such that accidental API changes like this won't occur anymore. Thanks for the examplary reports!
I can reproduce this with ``` meshio-info example.msh ``` (Please provide the reproducing code next time.)
Sure. For now you can cite it by the doi given at the head of the readme.
Does it? I personally don't take much interest in this, or the gmsh format in general. If someone comes up with a PR, I can review it of course.