Is there a reason that when I start up paraview that by default it has a time series with 10 time steps? If I load a file and then try to save the geometry I get a pvd file that looks like:<br><?xml version="1.0"?><br>
<VTKFile type="Collection" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompresso<br>r"><br> <Collection><br> <DataSet timestep="0" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br>
<DataSet timestep="0.111111" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br> <DataSet timestep="0.222222" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br>
<DataSet timestep="0.333333" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br> <DataSet timestep="0.444444" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br>
<DataSet timestep="0.555556" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br> <DataSet timestep="0.666667" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br>
<DataSet timestep="0.777778" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br> <DataSet timestep="0.888889" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br>
<DataSet timestep="1" group="source144" part="0" file="junk/junk_source144T0000.vtp"/><br> </Collection><br></VTKFile><br><br>where each XML DataSet element references the same file.<br>
<br>Thanks,<br>Andy<br>