Ben,
I don't know what a pvti file looks like, but I bet it is close to a pvtp file.
Here is an example of a pvtp file:
<?xml version="1.0"?>
<VTKFile type="PPolyData" version="0.1" byte_order="LittleEndian"
compressor="vtkZLibDataCompressor">
<PPolyData GhostLevel="0">
<PCellData Scalars="temperature">
<PDataArray type="Float32" Name="cell_scalars" format="ascii"/>
<PDataArray type="Float32" Name="cell_normals" format="ascii"/>
</PCellData>
<PPoints>
<PDataArray type="Float32" NumberOfComponents="3" format="ascii"/>
</PPoints>
<Piece Source="samplePolyDataTris.vtp"/>
<Piece Source="samplePolyDataQuads.vtp"/>
</PPolyData>
</VTKFile>
Alan
From: [email protected] [mailto:[email protected]] On
Behalf Of Ben Zhu
Sent: Thursday, May 16, 2013 4:33 PM
To: [email protected]
Subject: [EXTERNAL] [Paraview] sub-domain visualization by ParaView
Hi everyone,
I have a MPI programme that split the 3D space into blocks. Therefore, each
block is output as a .vti file.
I can visualize each block in Paraview, but cannot visualize them together.
I guess i need a .pvti file, but not sure how the file looks like. Anyone can
send me a simple example showing how to visualize such a goup of files together?
Thank you.
Ben
_______________________________________________
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