[Paraview] pvti issue after updating from Paraview 3.14.1
Berk Geveci
berk.geveci at kitware.com
Wed May 7 09:54:01 EDT 2014
Hi Henrik,
Do yo have an example dataset that you can share?
Thanks,
-berk
On Thu, May 1, 2014 at 7:06 AM, Henrik Juul Spietz
<s082887 at student.dtu.dk>wrote:
> 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>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20140507/fb3cd5bf/attachment.html>
More information about the ParaView
mailing list