[Paraview] Help with 'Plot Selection Over Time' Filter

2015-01-08 Thread Teo Ioannis
I am having the following problem with paraview. I have a .pvd which refers to 6000-8000 .vtu files one for each time step. Each .vtu file contains information for a finite element mesh consisting of 4-5 nodes in 3 dimensions and contains vector values for displacement , velocity and

Re: [Paraview] [EXTERNAL] Help with 'Plot Selection Over Time' Filter

2015-01-08 Thread Scott, W Alan
Teo, Just guessing here, but your wait time is very likely the number of files. Plot selection over time will have to open, read, process, and close each of those files. Try just “play” for all of the timesteps – I bet it takes numerous minutes also. We often run problems (usually fewer

Re: [Paraview] Help with memory crash?

2015-01-08 Thread Nikolaos Beratlis
After reading about memory leaks I modified the script at the end by adding del after Delete: Delete(DataRepresentation4) del DataRepresentation4 Delete(Contour2) del Contour2 Delete(DataRepresentation3) del DataRepresentation3 Delete(Q_VP_xmf) del Q_VP_xmf