<br><font size=2 face="sans-serif">Hi all,</font>
<br><font size=2 face="sans-serif">I am using Paraview to visualize large
time-series of data from materials simulations. &nbsp;I've used the file-formats.pdf
documentation to convert our simulator's file format to ParaView's .VTU
unstructured grid format, which has been very successful.</font>
<br>
<br><font size=2 face="sans-serif">I'm having trouble finding information
on the PVD file format used to make time-series. &nbsp;It doesn't seem
to be documented anywhere. &nbsp;All I have is a few ad-hoc snippets of
the file format to go off of:</font>
<br>
<br><font size=2 face="sans-serif">&lt;VTKFile type=&quot;Collection&quot;&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;Collection&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0000&quot;
file=&quot;combined.0001.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0001&quot;
file=&quot;combined.0002.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0002&quot;
file=&quot;combined.0003.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0003&quot;
file=&quot;combined.0004.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0004&quot;
file=&quot;combined.0005.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &lt;DataSet timestep=&quot;0005&quot;
file=&quot;combined.0006.vtu&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; ...</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; ...</font>
<br><font size=2 face="sans-serif">&nbsp; &lt;/Collection&gt;</font>
<br><font size=2 face="sans-serif">&lt;/VTKFile&gt;</font>
<br>
<br><font size=2 face="sans-serif">Is there any documentation available
on this file format? &nbsp;What I'm most interested in is doing non-unit
timesteps so that I can produce an animation with Paraview with a timescale
proportional to the real time-scale of the simulation.</font>
<br>
<br><font size=2 face="sans-serif">Thanks for any advice!</font>
<br>
<br><font size=2 face="sans-serif">Dan</font>