One possibility is ParaView Catalyst&#39;s live viz capability (<a href="http://catalyst.paraview.org/" target="_blank">http://catalyst.paraview.org/</a>). At this point I would consider it beta functionality for it&#39;s intended purpose but it may be sufficient for what you&#39;re trying to do. I&#39;m attaching a Python script that you can demo it with. You&#39;ll need to change the path to can.ex2 in the script to your local location (it&#39;s available in ParaViewData in case you don&#39;t have it yet). The directions on how to use it are:<br>
1) &lt;path to pv build dir&gt;/bin/pvpython co_processing_3.py<br>2) run paraview and select Tools-&gt;Connect to Catalyst and click OK in the next 2 pop-up dialogs<br>3) Select each filter under catalyst and then click on the circle/triangle thingy to the left of it.<br>
4) This should bring up the same filters under the builtin server. At this point hopefully one of them will have a grayed out eyeball that you can make visible to see the &quot;simulation&quot; in the ParaView client.<br>
<br>Now you should be able to make a new pipeline on the client to interrogate that data. If this doesn&#39;t work, try quitting the ParaView client and repeat. Like I said, it&#39;s beta functionality and doesn&#39;t include a test so depending on which version of ParaView you&#39;re using you&#39;ll get different results. I&#39;m using master as of today so it&#39;s a bit clunky but it may work really nicely with other versions.<br>
<br>
Another possibility is the adios reader plugin. I don&#39;t know enough about that though to give you any more information.<br><br>Regards,<br>Andy<br><br><div class="gmail_quote">On Tue, Jun 4, 2013 at 2:58 PM, Michael Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
We are writing some data analysis software in which we would like to visualize each step of our analysis. Is it possible to send ParaView a &quot;chunk&quot; of data at certain times during our program that ParaView will then visualize?I I seem to remember something like this but I must have the syntax incorrect as I am coming up empty searching around the wiki?<br>


<br>
Thanks<br>
___________________________________________________________<br>
Mike Jackson                    Principal Software Engineer<br>
BlueQuartz Software                            Dayton, Ohio<br>
<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>              <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>