Hi all,

the official description of the PVD file format (
http://www.paraview.org/Wiki/ParaView/Data_formats) tells that "TimeStep"
attribute "is a floating point value", but i think that Paraview 4.0.1 and
also 4.4.0 only accepts integers as the value of timestep attribute.

An example of a PVD that I'm using is:

<?xml version="1.0"?>
> <VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
>   <Collection>
>     <DataSet timestep="+0.10000000E+001" group="" part="+0"
> file="filename.pvtu"/>
>     <DataSet timestep="+0.20000000E+001" group="" part="+0"
> file="filename.pvtu"/>
>     <DataSet timestep="+0.30000000E+001" group="" part="+0"
> file="filename.pvtu"/>
>   </Collection>
> </VTKFile>
>

This is working with Paraview 3.14.1, but it doesn't work with Paraview
4.0.1 and 4.4.0.

Timestep attribute accepts floating point values?
Which floating point format?

Thanks in advance!
VĂ­ctor
<http://www.paraview.org/Wiki/ParaView/Data_formats>
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to