[Paraview] Python Scripting Memory Overload

2012-12-19 Thread Sebastian
elete()" command which does not do the job. Best, Sebastian ___ 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

Re: [Paraview] Python Scripting Memory Overload

2012-12-19 Thread Sebastian
;files' print current_file_name_csv + ' created, ' + str(files_to_go) + ' more ' + case_word + ' to go!' file_number_start += file_interval print 'Script finished!' Best, Sebastian ___ Powered by www.kit

[Paraview] Vorticity Calculation

2012-12-20 Thread Sebastian
eference data at all. What is the correct way to calculate the vorticity from a velocity vector field in Paraview? Best, Sebastian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensour

Re: [Paraview] Python Scripting Memory Overload

2012-12-20 Thread Sebastian
Hello, thank you for your messages. I tried changing "del writer" to "Delete(writer)". However, I get the following error now: Traceback (most recent call last): File "/scratch/mesh3mm/Z085_velocity_data.py", line 41, in Delete(writer) File "/software/paraview/3.14.1/lib/paraview-3.14/sit

Re: [Paraview] Vorticity Calculation

2012-12-20 Thread Sebastian
Hello again, I fixed it: I added a Slice before calculating the vorticity which caused the problem. Best, Sebastian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [Paraview] Python Scripting Memory Overload

2012-12-20 Thread Sebastian
Hello again, the memory leak has definitely something to do with the writer as everything works well when I run my script without it. Is there any other way to delete the writer after a file has been processed? Best, Sebastian ___ Powered by

[Paraview] Create a vector from multiple files

2009-02-16 Thread Sebastian Aland
hanks in advance for your help! Sebastian ___ 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://paravie