> I got my application to write out each file for each block - the file is > written in .vts format and > in total i have 23 blocks = 23 files. I then wrote a .pvts file to load > everything into Paraview. > > Can I view this data as a multiblock data set ?
Yes. You need to write a vtm file that points to your pvts files (isn't this fun?). To generate an example, load to .pvts files, group the two together and write it out to a vtm file. > Another confusion I have is the difference between whole and piece extent. > At the moment, my whole > extent and piece extent is the same within a single vts file - but on the > pvts file, I define the whole extent > and define each source with the correct piece extent. I think my data is > correctly being displayed by Paraview. > > Can some one tell me why we have whole and piece extent within a single > *.vts file? XML based VTK files support multiple pieces in the same file. That's why you need to specify this redundant information when you have only 1 piece. -berk _______________________________________________ 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 Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
