<div dir="ltr">Hello Vtk users!<br><br><div>I am wondering if it is possible to merge XML VTK files containing the same geometry with different time attributes into a single XML VTK file?<br></div><div><br></div><div></div><div><br>I would like the following PVD file to use only one vtp file that contains my time dependant data.<br><br><?xml version="1.0" ?><br><VTKFile byte_order="LittleEndian" type="Collection" version="0.1"><br><Collection><br><DataSet file="f0000.vtp" group="" part="0" timestep="0.0"/><br><DataSet file="f0001.vtp" group="" part="0" timestep="1.0"/><br><DataSet file="f0002.vtp" group="" part="0" timestep="2.0"/><br></Collection><br></VTKFile><br><br><br>My objective is to avoid having thousands of files for time simulation (One for each time step).<br></div><div>Maybe VTK XML files are not suited for this? Is ExodusII more suited?<br></div><div><br></div><div>Thanks<br></div></div>