When trying to read in .vtu-files generated by Trixi2Vtk with Paraview v5.10.0-rc1 (the current version provided by the apt package manager) on Ubuntu 22.04.4 LTS, I get the following parsing error:

For me this could be fixed by installing a newer version Paraview 5.13 manually (it is not available in apt yet) or adding append=false to the vtk_grid() calls in vtktools.jl.
When trying to read in
.vtu-files generated byTrixi2VtkwithParaview v5.10.0-rc1(the current version provided by theaptpackage manager) onUbuntu 22.04.4 LTS, I get the following parsing error:For me this could be fixed by installing a newer version
Paraview 5.13manually (it is not available inaptyet) or addingappend=falseto thevtk_grid()calls invtktools.jl.