[Paraview] Issue with PVD timestep attribute format
victor sv
victorsv at gmail.com
Wed Jul 13 10:14:06 EDT 2016
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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20160713/2d070c51/attachment.html>
More information about the ParaView
mailing list