Re: [Paraview] Programmable filter, looping over time steps and reimporting inputs

2015-01-09 Thread Omid Mahabadi
Thanks Utkarsh for your reply. I've gone through the blog a few times already but I still don't understand the whole procedure. I even tried to just run the example in the blog in a Programmable Source but it doesn't work ('No module named numpy_interface'). Part of the issue could be that I still

[Paraview] Programmable filter, looping over time steps and reimporting inputs

2014-12-16 Thread Omid Mahabadi
Hi, I'm writing a python script for the Programmable Filter of ParaView to do some analysis on my simulation results. The simulations results are transient and hence the analysis has to be done over time steps (perhaps similar to integrate over time filter). All bits of my script are working fine.

Re: [Paraview] Programmable filter, looping over time steps and reimporting inputs

2014-12-16 Thread Utkarsh Ayachit
Check this blog: http://www.kitware.com/blog/home/post/783 It should give you information on what you need to put in the Scripts for various passes of the filter. Utkarsh On Tue, Dec 16, 2014 at 5:12 PM, Omid Mahabadi omid.mahab...@geomechanica.com wrote: Hi, I'm writing a python script