combine vtk group

Hi
I have a group of .vtk files that are related to a 3D mesh. My mesh is split into 320 .vtk files each of which had been processed by a core. I want to merge these .vtk files and assemble my whole mesh.
What should I do? please consider that I know nothing about paraveiw program.

thanks,
Mohammad

Hi @m.enayat

  • Open each file, press Apply everytime
  • Select every file in the pipeline browser by pressing Ctrl
  • Add a AppendDataset filter, press Apply
  • Save as a .vtk file

Thanks. It was very helpful.