<div dir="ltr"><div><div>Hi all,<br><br></div><div>the official description of the PVD file format (<a href="http://www.paraview.org/Wiki/ParaView/Data_formats" target="_blank">http://www.paraview.org/Wiki/ParaView/Data_formats</a>) tells that "TimeStep" attribute "is a floating point value", but i think that Paraview 4.0.1 and also 4.4.0 only accepts integers as the value of timestep attribute.<br></div><div><br></div><div>An example of a PVD that I'm using is:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"><?xml version="1.0"?><br><VTKFile type="Collection" version="0.1" byte_order="LittleEndian"><br>  <Collection><br>    <DataSet timestep="+0.10000000E+001" group="" part="+0" file="filename.pvtu"/><br>    <DataSet timestep="+0.20000000E+001" group="" part="+0" file="filename.pvtu"/><br>    <DataSet timestep="+0.30000000E+001" group="" part="+0" file="filename.pvtu"/><br>  </Collection><br></VTKFile><br></blockquote><br></div><div>This is working with Paraview 3.14.1, but it doesn't work with Paraview 4.0.1 and 4.4.0.<br><br></div><div>Timestep attribute accepts floating point values?<br>Which floating point format?<br></div><br></div><div>Thanks in advance!<br></div><div>Víctor<br></div><a href="http://www.paraview.org/Wiki/ParaView/Data_formats" target="_blank"></a></div>