← Back to team overview

yade-dev team mailing list archive

[Bug 1376734] Re: wrong vtk output for boxes

 

Hi Christian,

I deleted that output, the problem was that the output is 6 faces of the
box instead of one body, which I did not realized.. fixed in r4180.
cheers
Jan


2014-10-07 8:02 GMT+02:00 Christian Jakob <1376734@xxxxxxxxxxxxxxxxxx>:

> Hi Jan,
>
> I tested the output for facets, and it is ok. Just boxes vtk output
> seems to be wrong.
>
> For reproducing add this line at line 111 into examples/triax-tutorial
> /script-session1.py:
>
> VTKRecorder(iterPeriod=100,recorders=['all'],fileName='/tmp/triax-'),
>
> Then run the example for at least 100 steps and open /tmp/triax-
> boxes*.vtu with paraview. Click "Apply" to see the error message.
>
> Christian
>
> p.s. i also attached the script
>
> ** Attachment added: "reproduce bug #1376734"
>
> https://bugs.launchpad.net/yade/+bug/1376734/+attachment/4227157/+files/triax-vtk-bug-box.py
>
> --
> You received this bug notification because you are a member of Yade
> developers, which is subscribed to Yade.
> https://bugs.launchpad.net/bugs/1376734
>
> Title:
>   wrong vtk output for boxes
>
> Status in Yet Another Dynamic Engine:
>   New
>
> Bug description:
>   Hi,
>
>   Since some weeks I have problems while open vtk files in paraview.
>   When open boxes.vtk I get following error message:
>
>   ERROR: In
> /home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/IO/XML/vtkXMLDataReader.cxx,
> line 545
>   vtkXMLUnstructuredGridReader (0x5c90990): Cannot read cell data array
> "forceVec" from PointData in piece 0.  The data array in the element may be
> too short.
>
>   The same message appears for forceLen, torqueVec and torqueLen.
>   By deselecting these properties in paraview, vtk file opens without
> error message.
>
>   Maybe there is the same problem with facets, but I do not use them and
> did not check...
>   Spheres vtk output is ok.
>
>   I think it has to do with this commit:
>
>
> https://github.com/yade/trunk/commit/b1621bcf6c439a7b29b2220bfb1c40b1d5b8f7a6
>
>   Regards,
>
>   Christian
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/yade/+bug/1376734/+subscriptions
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-dev
> Post to     : yade-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-dev
> More help   : https://help.launchpad.net/ListHelp
>


** Changed in: yade
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1376734

Title:
  wrong vtk output for boxes

Status in Yet Another Dynamic Engine:
  Fix Released

Bug description:
  Hi,

  Since some weeks I have problems while open vtk files in paraview.
  When open boxes.vtk I get following error message:

  ERROR: In /home/utkarsh/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release/paraview/src/paraview/VTK/IO/XML/vtkXMLDataReader.cxx, line 545
  vtkXMLUnstructuredGridReader (0x5c90990): Cannot read cell data array "forceVec" from PointData in piece 0.  The data array in the element may be too short.

  The same message appears for forceLen, torqueVec and torqueLen.
  By deselecting these properties in paraview, vtk file opens without error message.

  Maybe there is the same problem with facets, but I do not use them and did not check...
  Spheres vtk output is ok.

  I think it has to do with this commit:

  https://github.com/yade/trunk/commit/b1621bcf6c439a7b29b2220bfb1c40b1d5b8f7a6

  Regards,

  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1376734/+subscriptions


References