nschloe / meshio

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

meshio fix bug netgen .vol import , ignore 'facedescriptors' and 'fac… #1452

Open escolano opened 8 months ago

escolano commented 8 months ago

meshio small change of Netgen importer to allow read current .vol files, simply jumping the block of 'facedescriptors' and 'face_transparencies'

escolano commented 7 months ago

fix of mdpa Kratos import, an element like Elements ShellThinElementCorotational3D3N was imported as line3 instead triangle _guess_element_type_from_MDPA_name(name) try to map better

loumalouomega commented 7 months ago

@nschloe This looks like an interesting fix

escolano commented 5 months ago

fix bug (limitation) meshio off import allow faces non triangle e.g. to load this simple cube: https://shape.cs.princeton.edu/benchmark/documentation/off_format.html