Hi Claudio,<br><br>For co-processing, I haven&#39;t tried writing out everything into a single xdmf format. I&#39;m not sure how well that would work as I don&#39;t know enough about the internals of the xdmf writer. The problem I see is that if it tries to keep things in memory and writing it all in one shot it could cause serious memory issues. If it just appends the file it could work though.<br>
<br>Another alternative though if you just want to view the results with co-processing is to use the live in-situ option. To do that, when exporting the Python co-processing script check the &quot;Live Visualization&quot; option. Then when running, start up the ParaView GUI and select Tools-&gt;Connect to Catalyst. This is still experimental though so there may be a couple of other issues to get past in order to get it working properly.<br>
<br>Andy<br>
<br><div class="gmail_quote">On Fri, Dec 14, 2012 at 7:23 AM, Claudio Findeisen <span dir="ltr">&lt;<a href="mailto:findeisen@mechanik.tu-darmstadt.de" target="_blank">findeisen@mechanik.tu-darmstadt.de</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:times new roman,new york,times,serif;font-size:12pt">Dear Paraview users,<br><br>we are planing to use Paraview for our calculations and i&#39;ve done some research on the availible file formats. But there are some points I do not understand or i can&#39;t find any Informations on it. I hope one of you had similar questions and might help me now.<br>

<br>There are several things we want to do and i&#39;am not sure which file format is the right one for us:<br><br>1. We want to animate our results, meaning we have datas for every time step and want to make an animation out of this.<br>

<br>Problem: Vtk File format can do this, but as I see it, you need an extra file for every time step.As If we are having about &gt;10000 timesteps this is getting a bit cumbersome. Is that right or is there a way to put all the datas in one file? <br>

As an alternativ there is the xdmf file format, there i already figuered out a way to put all the time step datas in one file. But the Problem is:<br><br>2. We want to use the facility of Coprocessing, meaning we want to see our results just in time during the simulation.<br>

<br>Problem: As I understood the ParaView User Guide this is only possible with the vtk File Format or is there an &quot;easy&quot; way to realise this with the xdmf Format?<br><br>Last but not least we want to use existing libarys to write our datas with C or C++.<br>

<br>Regards,<br>Claudio<br><br><br></div><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>
<br></blockquote></div><br>