[Paraview] pvti issue after updating from Paraview 3.14.1

Henrik Juul Spietz s082887 at student.dtu.dk
Thu May 1 07:06:58 EDT 2014


Hi,

I'm using pvti-format for processing partioned data in Paraview running in
serial.

I have been using version 3.14.1 of Paraview, which e.g. is able to
produce an isosurface plot from my data (plot_v3141.png).

After updating to version 4.1 the same plot only shows data from a single
partition (plot_v4100.png).

I wonder if this is a bug in the newer version or if this is due to a
change in the pvti-format?

Thanks,
Henrik


My files look like below:


output_I00001.pvti:

<?xml version="1.0"?>
<VTKFile type="PImageData" version="0.1" byte_order="LittleEndian">
  <PImageData WholeExtent="       0      50       0      80       0     
80" Ghostlevel="0" Origin=" -0.781320977896E+00 -0.125036274747E+01
-0.125036274746E+01" Spacing="  0.312500000000E-01  0.312500000000E-01 
0.312500000000E-01">
    <PCellData Vectors="output">
      <PDataArray type="Float64" Name="vorticity" NumberOfComponents="3"
format="appended" offset="0"/>
      <PDataArray type="Float64" Name="velocity" NumberOfComponents="3"
format="appended" offset="0"/>
    </PCellData>
    <Piece Extent="       0      50       0      40       0      40"
Source="output_I00001_P00000.vti"/>
    <Piece Extent="       0      50      40      80       0      40"
Source="output_I00001_P00001.vti"/>
    <Piece Extent="       0      50       0      40      40      80"
Source="output_I00001_P00002.vti"/>
    <Piece Extent="       0      50      40      80      40      80"
Source="output_I00001_P00003.vti"/>
  </PImageData>
</VTKFile>


output_I00001_P00000.vti:

<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
  <ImageData WholeExtent="       0      50       0      80       0     
80" Ghostlevel="0" Origin=" -0.781320977896E+00 -0.125036274747E+01
-0.125036274746E+01" Spacing="  0.312500000000E-01  0.312500000000E-01 
0.312500000000E-01">
    <Piece Extent="       0      50       0      40       0      40">
      <PointData></PointData>
      <CellData>
	<DataArray type="Float64" Name="vorticity" NumberOfComponents="3"
format="appended" offset="         0"/>
	<DataArray type="Float64" Name="velocity" NumberOfComponents="3"
format="appended" offset="   1920004"/>
      </CellData>
    </Piece>
  </ImageData>
  <AppendedData encoding="raw">
    ...data...
  </AppendedData>
</VTKFile>


output_I00001_P00001.vti:

<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
  <ImageData WholeExtent="       0      50       0      80       0     
80" Ghostlevel="0" Origin=" -0.781320977896E+00 -0.125036274747E+01
-0.125036274746E+01" Spacing="  0.312500000000E-01  0.312500000000E-01 
0.312500000000E-01">
    <Piece Extent="       0      50      40      80       0      40">
      <PointData></PointData>
      <CellData>
	<DataArray type="Float64" Name="vorticity" NumberOfComponents="3"
format="appended" offset="         0"/>
	<DataArray type="Float64" Name="velocity" NumberOfComponents="3"
format="appended" offset="   1920004"/>
      </CellData>
    </Piece>
  </ImageData>
  <AppendedData encoding="raw">
    ...data...
  </AppendedData>
</VTKFile>


output_I00001_P00002.vti:

<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
  <ImageData WholeExtent="       0      50       0      80       0     
80" Ghostlevel="0" Origin=" -0.781320977896E+00 -0.125036274747E+01
-0.125036274746E+01" Spacing="  0.312500000000E-01  0.312500000000E-01 
0.312500000000E-01">
    <Piece Extent="       0      50       0      40      40      80">
      <PointData></PointData>
      <CellData>
	<DataArray type="Float64" Name="vorticity" NumberOfComponents="3"
format="appended" offset="         0"/>
	<DataArray type="Float64" Name="velocity" NumberOfComponents="3"
format="appended" offset="   1920004"/>
	</CellData></Piece></ImageData><AppendedData encoding="raw">
	...data...
      </AppendedData>
</VTKFile>


output_I00001_P00003.vti:

<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
  <ImageData WholeExtent="       0      50       0      80       0     
80" Ghostlevel="0" Origin=" -0.781320977896E+00 -0.125036274747E+01
-0.125036274746E+01" Spacing="  0.312500000000E-01  0.312500000000E-01 
0.312500000000E-01">
    <Piece Extent="       0      50      40      80      40      80">
      <PointData></PointData>
      <CellData>
	<DataArray type="Float64" Name="vorticity" NumberOfComponents="3"
format="appended" offset="         0"/>
	<DataArray type="Float64" Name="velocity" NumberOfComponents="3"
format="appended" offset="   1920004"/>
      </CellData>
    </Piece>
  </ImageData>
  <AppendedData encoding="raw">
    ...data...
  </AppendedData>
</VTKFile>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot_v3141.png
Type: image/png
Size: 40242 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140501/54a1723e/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: plot_v4100.png
Type: image/png
Size: 17579 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140501/54a1723e/attachment-0003.png>


More information about the ParaView mailing list