<HTML><BODY>Hello,<br><br>I'm trying to use pvti format to save data.<br>I've create example with 8 cells, but I've got different view when open files *.vti and file pvti separately (image attached).<br>What could be the problem?<br><br><br>File x.pvti:<br><?xml version="1.0"?><br><VTKFile type="PImageData" version="0.1"><br>  <PImageData WholeExtent="0 4 0 2 0 0" Origin="0.000000 1.000000 0.000000" Spacing="0.100000 0.100000 0.000000" GhostLevel="0"><br>    <Piece Extent="0 2 0 2 0 0" Source="./1.vti"/><br>    <Piece Extent="2 4 0 2 0 0" Source="./2.vti"/><br>      <PCellData Scalars = "vx" ><br>          <PDataArray type="Float32" Name="vx" /><br>      </PCellData><br>  </PImageData><br></VTKFile><br><br>File 1.vti:<br><?xml version="1.0"?><br><VTKFile type="ImageData" version="0.1"><br>  <ImageData WholeExtent="0 2 0 2 0 0" Origin="0.000000 1.000000 0.000000" Spacing="0.100000 0.100000 0.000000"><br>    <Piece Extent="0 2 0 2 0 0"><br>      <CellData Scalars = "vx" ><br>        <DataArray type="Float32" Name="vx" format="ascii"><br>            1 2 3 4<br>        </DataArray><br>      </CellData><br>    </Piece><br>  </ImageData><br></VTKFile><br><br>File 2.vti:<br><?xml version="1.0"?><br><VTKFile type="ImageData" version="0.1"><br>  <ImageData WholeExtent="0 2 0 2 0 0" Origin="0.200000 1.000000 0.000000" Spacing="0.100000 0.100000 0.000000"><br>    <Piece Extent="0 2 0 2 0 0"><br>      <CellData Scalars = "vx" ><br>        <DataArray type="Float32" Name="vx" format="ascii"><br>             5 6 7 8<br>        </DataArray><br>      </CellData><br>    </Piece><br>  </ImageData><br></VTKFile><br><br></BODY></HTML>