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 into a multiblock dataset by putting each time step into a block in the dataset. You can use this with the existing reader to convert the time series that ParaView thinks your data is into a multiblock dataset with all of the data in it. The new filter is called 'Group Time Steps' and is available in master or the 5.2 release candidates.
HTH, Shawn On Sun, Sep 18, 2016 at 4:32 PM, Brennen Taylor <[email protected]> wrote: > Dear All, > > I am using Paraview in order to visualize the result produced by parallel > program. > Each processor currently outputs its own .vtk files , which corresponsd to > the value of the fields in the domain. > > I would like to know if there is a way of merging these .vtk files into > one .vtk file so that I can visualize using Paraview. > > Attaching the required .vtk files for the reference. > > > Thanks in advance !! > > Best , > > Brennen > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
