Hello,
I'm trying to use pvti to store values at grid nodes (not cells).
So I use PointData. When I use serial saving with vti everything is ok.
But when I use pvti something gone wrong.
What I see and what I want to see has shown at picture bug.png.
Here is my files.
./grid2_000009.pvti
<?xml version="1.0"?>
<VTKFile type="PImageData" version="0.1" byte_order="LittleEndian">
<PImageData WholeExtent="0 10 0 10 0 0" Origin="0.000000 1.000000 0.000000"
Spacing="0.100000 0.100000 0.000000">
<Piece Extent="0 6 0 11 0 1" Source="./grid2_0_000009.vti"/>
<Piece Extent="6 11 0 11 0 1" Source="./grid2_1_000009.vti"/>
<PPointData Scalars = "vx" >
<PDataArray type="Float32" Name="vx" format="ascii">
</PDataArray>
</PPointData>
</PImageData>
</VTKFile>
./grid2_0_000009.vti
<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
<ImageData WholeExtent="0 5 0 10 0 0" Origin="0.000000 1.000000 0.000000"
Spacing="0.100000 0.100000 0.000000">
<Piece Extent="0 5 0 10 0 0">
<PointData Scalars = "vx" >
<DataArray type="Float32" Name="vx" format="ascii">
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
</DataArray>
</PointData>
</Piece>
</ImageData>
</VTKFile>
./grid2_1_000009.vti
<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
<ImageData WholeExtent="0 4 0 10 0 0" Origin="0.600000 1.000000 0.000000"
Spacing="0.100000 0.100000 0.000000">
<Piece Extent="0 4 0 10 0 0">
<PointData Scalars = "vx" >
<DataArray type="Float32" Name="vx" format="ascii">
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
</DataArray>
</PointData>
</Piece>
</ImageData>
</VTKFile>
Thanks.
Best regards,
Nikolay Khokhlov
_______________________________________________
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