[Paraview] CVSwriter functionality change between 3.10.1 and 3.12?

2012-01-30 Thread Houskamp, Joshua R CTR (US)
I'm looking for confirmation on whether this is a bug or a local implementation issue... I am trying to export PlotOverLine to a set of CSV files (over time). in 3.10.2 this code works, in 3.12.0 it generates an error: ExoOut = ExodusIIReader( FileName= foo.exo ) ExoOut.ElementVariables = ['F

[Paraview] pvbatch: Python Loop-memory leak

2012-01-24 Thread Houskamp, Joshua R CTR (US)
I am attempting to setup a pvbatch process for a large number of exodus files using WriteAnimation for images. However, I appear to have a memory leak and the number of images continues to grow. I've been trying to delete all the variables to find an offending variable that is carrying over time