Sorry this might be quite a simple question but I'm new to this so I'll just ask straight away.
I want to visualize data in paraview, therefore I created a vtk file containing Structured Points with Point data= Vectors. This works good for one timestep but now I want to append data or create other files for further time steps
I found a way to do so via .csv files (https://www.paraview.org/Wiki/ParaView/Data_formats#CSV_time_series ) but not with .vtk files
Thank you for your help :)