[Paraview] Unsupported Cell Attribute Type Error In VTK Legacy File Format

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Aug 29 11:34:02 EDT 2014


You have too many values for "current" array. Only 104 values are
expected. Everything starting with line number 386 in  the line is
extra. The reader reads that like and gets a "0" as the "tag" and
hence it gives that error. Attached is the modified version that loads
without the error.



On Tue, Aug 5, 2014 at 8:49 AM, Hayan Nasser <hayannasser at gmail.com> wrote:
> Hello,
>
> I'm trying to add vector information to an animation frame which is
> in the VTK Legacy file format.
>
> When just including the scalar information, I receive no errors when opening
> the animation in paraview.
>
> However, now when I append the vector information to the file, I receive the
> following
> error:
>
> ERROR: In /build/buildd/paraview-3.10.1/VTK/IO/vtkDataReader.cxx, line 766
>
> vtkPolyDataReader (0x39b5400): Unsupported cell attribute type: 0 for file:
> cyl_res20_new/VTK/2D/DC100-material1-boundaryopen-observation10-time1e-09.1.vtk
>
>
> I must be missing something with defining the data set, but I have followed
> through the VTK file format documentation, and I can't see where I am going
> wrong!
>
> If you could take a quick look and see if I am missing something obvious I
> would be most grateful!
>
> Many Thanks
> Hayan
>
>
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DC100-material1-boundaryopen-observation10-time1e-09.1.vtk
Type: application/x-extension-vtk
Size: 3670 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/paraview/attachments/20140829/0652b382/attachment.bin>


More information about the ParaView mailing list