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
_______________________________________________
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://paraview.org/Wiki/ParaView
Search the list archives at: http://markmail.org/search/?q=ParaView
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview