[Paraview] Output data across all timesteps with Python
Patrick Savidge
psavidge0 at lbl.gov
Wed Jul 15 15:32:28 EDT 2015
Hello Everyone,
I am trying to write a python script to output data for each time step. I
know to use the following script to save data for one time step:
>>> writer = CreateWriter(".../foo.csv", source)>>> writer.FieldAssociation = "Points" # or "Cells">>> writer.UpdatePipeline()>>> del writer
I'm curious how I may do this for every time step?
Thank you for your help,
Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150715/3354bf56/attachment.html>
More information about the ParaView
mailing list