nschloe / meshio

:spider_web: input/output for many mesh formats
MIT License
1.85k stars 388 forks source link

Fix: Loading of polyhedral VTU with different size polyhedra #1463

Open JeWe37 opened 3 months ago

JeWe37 commented 3 months ago

Previously VTU files containing polyhedral data with different sized polyhedra would sometimes fail to load, depending on the order that cells within them were stored. This is resolved by tracking the order of the sizes properly.