Re: [Paraview] How to merge .vtk files to visualize the result in Paraview

2016-11-07 Thread Shawn Waldon
Hi Brennen, ParaView has support for loading multiple files as a time series if you name them file1.vtk, file2.vtk, etc. We realize that sometimes these multiple files are multiple blocks of output rather than multiple timesteps so I recently implemented a filter that converts the time series

Re: [Paraview] How to merge .vtk files to visualize the result in Paraview

2016-09-19 Thread Ethan Hereth
Furthermore, if you end up opening them all individually in paraview, you can select all of the input files in Pipeline Browser and then run the Group Datasets filter on them. This is a poor man's solution I think, but in a pinch it works well. Cheers! Ethan Alan On Mon, Sep 19, 2016 at 2:32 PM

Re: [Paraview] How to merge .vtk files to visualize the result in Paraview

2016-09-19 Thread Christopher Neal
Hey Brennen, I’m not an expert at Paraview’s IO system, but I believe that individual .vtk files would have to be opened individually i.e. Paraview cannot stitch the .vtk files together.  If you want to be able to open a single file and have the data for each processor’s output file be shown