nschloe / meshio

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

[VTK5.1] Store mesh independent field data #1460

Open kaiserls opened 4 months ago

kaiserls commented 4 months ago

Fixes #1446 I choose a minimally "invasive" approach to support storing mesh independent field data. The idea behind my pull request is to capture independent FIELDs in field_data while still storing mesh-related attributes in dataset.

@nschloe: I am not sure if the usage of the field_data attribute aligns with the usage in the other mesh format. Maybe you can give some feedback.