CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   destination not big enough - paraview (https://www.cfd-online.com/Forums/openfoam-solving/128757-destination-not-big-enough-paraview.html)

sanjar January 20, 2014 18:25

destination not big enough - paraview
 
Hey guys,

i habe a question about a problem with paraview. After I started it, it runs pretty well for a while (i simulate a multiphase-flow), but when i want to use some of the filters for example particel Tracer the following problem occurs:

Code:


 p, li { white-space: pre-wrap; }  ERROR: In /home/sanjar/OpenFOAM/ThirdParty-2.2.x/ParaView-3.12.0/VTK/Graphics/vtkAppendPolyData.cxx, line 705
 vtkAppendPolyData (0x13cb84c8): Destination not big enough

the source code describes the following, but i dont know how to deal with it:

Code:


 if (src->GetNumberOfTuples() + offset > dest->GetNumberOfTuples())
    {
    vtkErrorMacro("Destination not big enough");
    return;
    }
 
  // convert from tuples to components.
  offset *= src->GetNumberOfComponents();
  length = src->GetMaxId() + 1;


thank you guys

Knusper September 14, 2016 05:49

There is a very similar bug report.. not line 705 but line 690. Seems like it got fixed in paraView 3.14

I also got that message while displaying glyphs in paraView 3.12

(ERROR: In /usr/local/OpenFOAM/ThirdParty-2.3.x/ParaView-3.12.0/VTK/Graphics/vtkAppendPolyData.cxx, line 705
vtkAppendPolyData (0x57e5690): Destination not big enough)

http://www.paraview.org/Bug/print_bu...hp?bug_id=9334


All times are GMT -4. The time now is 08:24.