[Paraview] particle folowing
Josué Barboza
josue.barboza at cenaero.be
Tue Oct 31 08:22:46 EST 2006
Hi,
No errors occured within your vtu file (with PV2.4).
Can you tell us more about your Os ??
Thierry Dubuis a écrit :
> Hello all,
>
> Thanks again for your answers.
> I try to define a vtu file with cells of type 1. (I attach my file)
>
> I don't understand but ParaView 2.4 made a error when I open this file.
> If somebody could tell me where the problem is ?
> - In my vtu file
> - In the "open" code source
>
> ------------------------------------------------------------------------
>
> <VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian">
> <UnstructuredGrid>
> <Piece NumberOfPoints="10" NumberOfCells="10">
> <Points>
> <DataArray type = "Float32" NumberOfComponents="3" format="ascii">
> 0.0 0.0 0.0
> 0.1 0.1 0.1
> 0.2 0.2 0.2
> 0.3 0.3 0.3
> 0.4 0.4 0.4
> 0.5 0.5 0.5
> 0.1 0.0 0.0
> 0.2 0.0 0.0
> 0.0 0.1 0.0
> 0.0 0.0 0.1
> </DataArray>
> </Points>
> <Cells>
> <DataArray type="Int32" Name="connectivity" format="ascii">
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
> </DataArray>
> <DataArray type="Int32" Name="offsets" format="ascii">
> 1
> 2
> 3
> 4
> 5
> 6
> 7
> 8
> 9
> 10
> </DataArray>
> <DataArray type="UInt8" Name="types" format="ascii">
> 1
> 1
> 1
> 1
> 1
> 1
> 1
> 1
> 1
> 1
> </DataArray>
> </Cells>
> </Piece>
> </UnstructuredGrid>
> </VTKFile>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
--
Josué BARBOZA
More information about the ParaView
mailing list