[Paraview] reading scalars
Berk Geveci
berklist at nycap.rr.com
Thu, 11 Mar 2004 10:11:25 -0500
This "problem" has been fixed. The next release will be able to read all
scalars. However, I suggest that you switch to using the new XML based
file formats.
On Thu, 2004-03-11 at 08:57, Puiseux Pierre wrote:
> Hello,
>
> Thanks for this beautiful tool.
>
> A problem with reader in paraview :
> paraview (vtk?) seems to be unable to read two SCALARS
> In the following example, SCALAR "erreur" is ignored, or at least,
> cannot be accessed from paraview.
> (while, in Mayavi, the two SCALARS are read and accessible)
> Maybe a bug ?
>
> # vtk DataFile Version 3.0
> test puiseux/trujillo
> ASCII
> DATASET UNSTRUCTURED_GRID
> POINTS 216 float
> 0.000000 0.000000 0.000000
> ...
> 1.000000 1.000000 1.000000
> CELLS 125 1125
> 8 0 1 2 3 4 5 6 7
> .....
> 8 172 173 179 178 208 209 215 214
> CELL_TYPES 125
> 12
> ...
> 12
> POINT_DATA 216
> SCALARS solution_approchee float
> LOOKUP_TABLE default
> 0.000000
> ...
> 0.100000
> 0.000000
> SCALARS erreur float
> LOOKUP_TABLE default
> 0.000000
> ...
> 0.000125
--
Berk Geveci <berklist at nycap.rr.com>