Hello, I have the following VTK-File
--8<---------------cut here---------------start------------->8---
output.vtk
Description: Binary data
--8<---------------cut here---------------end--------------->8---
which Paraview cannot read correctly:
Generic Warning: In
/build/paraview-cUuDbQ/paraview-5.1.2+dfsg1/VTK/IO/Legacy/vtkDataReader.cxx,
line 1351
Error reading ascii data. Possible mismatch of datasize with declaration.
The problem is with the VECTORS part at the end, but I have tried
several variations (also playing around with number formats) and cannot
get it to work (that is, the above message pertains and the vector field
is not correctly displayed).
Do you see which modification is necessary to make it work?
Thank you for any help,
Nicolas
Remark: I want to have a vector for each of the 16 points of a 2x2
square mesh. Some points occur more than once which allows to
draw discontinuous data.
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: https://public.kitware.com/mailman/listinfo/paraview
