<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. 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. It doesn't seem
to be documented anywhere. 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"><VTKFile type="Collection"></font>
<br><font size=2 face="sans-serif"> <Collection></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0000"
file="combined.0001.vtu"/></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0001"
file="combined.0002.vtu"/></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0002"
file="combined.0003.vtu"/></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0003"
file="combined.0004.vtu"/></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0004"
file="combined.0005.vtu"/></font>
<br><font size=2 face="sans-serif"> <DataSet timestep="0005"
file="combined.0006.vtu"/></font>
<br><font size=2 face="sans-serif"> ...</font>
<br><font size=2 face="sans-serif"> ...</font>
<br><font size=2 face="sans-serif"> </Collection></font>
<br><font size=2 face="sans-serif"></VTKFile></font>
<br>
<br><font size=2 face="sans-serif">Is there any documentation available
on this file format? 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>