Feature/gridformat reader
If gridformat
is available, the VTKReader is now implemented using the gridformat
backend. This, in turn, enables reading different formats, for example, binary VTU files. When gridformat
is not available, the previous implementation based on tinyxml2
is used that only implements the ASCII formats.
Edited by Timo Koch