[Paraview] Python scripting: Updating PVDReader source when pvd file has changed and rendering latest time step

2010-03-19 Thread Florian Rathgeber
Hi, I'm trying to get ParaView to work in an interactive context for numerical simulations. The first goal is to have ParaView visualize time steps as they are output by the solver (vtu for individual steps, pvd as collection). I searched the wiki, mailing lists etc. and it seems this cannot be do

Re: [Paraview] Python scripting: Updating PVDReader source when pvd file has changed and rendering latest time step

2010-03-26 Thread Florian Rathgeber
odified()" on the reader. One way would > be setting the filename to empty (then call > vtkSMPRoxy::UpdateVTKObjects()) and then setting it back (and again > calling vtkSMProxy::UpdateVTKObjects()". > > Utkarsh > > On Fri, Mar 19, 2010 at 8:40 AM, Florian Rathgebe

[Paraview] Particle tracer: output particle coordinates for every time step to file?

2010-06-04 Thread Florian Rathgeber
Hi! I am looking for a way to output the 3D particle coordinates computed by the particle tracer to a file for every time step. The particle tracer has this option "Enable Particle Writing", but giving a filename and checking the box gave no result. I thought this might be the feature I am lookin

Re: [Paraview] Particle tracer: output particle coordinates for every time step to file?

2010-06-07 Thread Florian Rathgeber
> > Andy > > On Fri, Jun 4, 2010 at 10:19 AM, Florian Rathgeber <mailto:f...@kth.se>> wrote: > > Hi! > > I am looking for a way to output the 3D particle coordinates computed by > the particle tracer to a file for every time step. > >