Skip to content

Improve reading of VTK files

The VTKDataSetReader had issues that usually prevented it from correctly reading data written by ParaView or VisIt. First, it did not skip over the METADATA information at the end of fields correctly. Second, it skipped over the FIELD sections in point and cell data, which is where many of the fields are often recorded.

These have been fixed.

Edited by Kenneth Moreland

Merge request reports