By reading the attached files I'm experiencing the attached error message. I hope someone can point out the mistake(s) in the files, because I tried nearly everything and stayed pretty exactly with the file-formats.pdf (at least I think so).
Thanks in advance, Joseph Goldmann
The attachments as text:
- Error:
ERROR: In /work/home0/dolescha/src/ParaView3/VTK/IO/vtkXMLParser.cxx, line 476
vtkXMLDataParser (0x600000000169d600): Error parsing XML in stream at line 16,
column 4, byte index 723: mismatched tag
ERROR: In /work/home0/dolescha/src/ParaView3/VTK/IO/vtkXMLReader.cxx, line 362
vtkXMLPRectilinearGridReader (0x60000000014a5f20): Error parsing input file.
ReadXMLInformation aborting.
ERROR: In /work/home0/dolescha/src/ParaView3/VTK/Filtering/vtkExecutive.cxx,
line 754
vtkCompositeDataPipeline (0x60000000010e52e0): Algorithm
vtkXMLPRectilinearGridReader(0x60000000014a5f20) returned failure for request:
vtkInformation (0x6000000001735d00)
- para_0001.pvtr:
<?xml version="1.0"?>
<VTKFile type="PRectilinearGrid" version="0.1" byte_order="LittleEndian" >
<PRectilinearGrid WholeExtent= " 1 2 1 2 1 3"
GhostLevel="0">
<PPointData Vectors="Velocity">
<PDataArray Name="Velocity" NumberOfCoordinates="3" type="Float32"/>
</PPointData>
<PCellData>
</PCellData>
<PCoordinates>
<PDataArray type="Float32"/>
<PDataArray type="Float32"/>
<PDataArray type="Float32"/>
</PCoordinates>
<Piece Extent=" 1 2 1 2 1 2"
Source="para_0001_sub001.vtr"/>
<Piece Extent=" 1 2 1 2 2 3"
Source="para_0001_sub002.vtr"/>
</PRectiliniearGrid>
</VTKFile>
- para_0001_sub001.vtr:
<?xml version="1.0"?>
<VTKFile type="RectilinearGrid" version="0.1" byte_order="LittleEndian" >
<RectilinearGrid WholeExtent=" 1 2 1 2
1 2" >
<Piece Extent=" 1 2 1 2 1 2" >
<PointData Vectors="Velocity">
<DataArray Name="Velocity" NumberOfComponents="3" type="Float32"
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
</DataArray>
</PointData>
<CellData>
</CellData>
<Coordinates>
<DataArray type="Float32" format="ascii">
0 1
</DataArray>
<DataArray type="Float32" format="ascii">
0 1
</DataArray>
<DataArray type="Float32" format="ascii">
0 1
</DataArray>
</Coordinates>
</Piece>
</RectilinearGrid>
</VTKFile>
- para_0001_sub002.vtr:
<?xml version="1.0"?>
<VTKFile type="RectilinearGrid" version="0.1" byte_order="LittleEndian" >
<RectilinearGrid WholeExtent=" 1 2 1 2
2 3" >
<Piece Extent=" 1 2 1 2 2 2" >
<PointData Vectors="Velocity">
<DataArray Name="Velocity" NumberOfComponents="3" type="Float32"
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
</DataArray>
</PointData>
<CellData>
</CellData>
<Coordinates>
<DataArray type="Float32" format="ascii">
0 1
</DataArray>
<DataArray type="Float32" format="ascii">
0 1
</DataArray>
<DataArray type="Float32" format="ascii">
1 2
</DataArray>
</Coordinates>
</Piece>
</RectilinearGrid>
</VTKFile>
________________________________________________________________
Neu: WEB.DE Doppel-FLAT mit Internet-Flatrate + Telefon-Flatrate
für nur 19,99 Euro/mtl.!* http://produkte.web.de/go/02/
para_0001_sub001.vtr
Description: Binary data
para_0001_sub002.vtr
Description: Binary data
para_0001.pvtr
Description: Binary data
_______________________________________________ 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
