[Paraview] Data Problem
Nancy
haifang_zhou at 163.com
Sun Nov 19 20:59:33 EST 2006
Hi, all
I have compiled and installed PV2.4.4 with MPI on a small cluster with 4 nodes.
OS is Rathat Linux 9.0. Compiler is GCC.
When I use it to process .vts files (ascii), I found a problem:
if there are float values less than 1.0e-31 like x.xxxe-32 or x.xxxe-35 and so on (see the following example),
the PV stoped and printed an read error.
While in windows OS, everything is normal.
Is this a bug in PV for Linux OS?
Any help is welcome.
PS: a data example
<?xml version="1.0"?>
<VTKFile type="StructuredGrid" version="0.1" byte_order="LittleEndian" compressor="vtkZLibDataCompressor">
<StructuredGrid WholeExtent=" 0 50 0 50 0 100 " >
<Piece Extent=" 0 50 0 50 0 100 " >
<PointData>
<DataArray type="Float32" Name="energy" format="ascii">
..... 4.4779e-32 4.21927e-35 1.49749e-40 1.56851e-30 7.46548e-41 2.58133e-40 .......
</DataArray>
<Points>
<DataArray type="Float32" NumberOfComponents="3" format="ascii" >
0 0 0 1 0 0 2 0 0 3 0 0 4 0 0 5 0 0 6 0 0 7 0 0 8 0 0 9 0 0 10 0 0 .......
</Points>
</Piece>
</StructuredGrid>
</VTKFile>
------------------
Nancy
2006-11-20
More information about the ParaView
mailing list