[Paraview] xdmf and hdf5
Simone Deparis
simone.deparis at epfl.ch
Fri Jul 11 10:35:18 EDT 2008
Renato N. Elias wrote:
> Hi Simone,
>
> for the time dependent data, you just need to create a temporal
> collection. I'm forwarding a message that Jerry Clarke sent to me
> explaining how it's done.
>
> I hope it helps you
>
> []'s
>
> Renato.
Hi Renato,
Thank you for your answer, but I feel that that's what I tried to
implement in provaTime.xmf:
<Grid Name="Cube Grid" GridType="Collection" CollectionType="Temporal">
<Time TimeType="List">
<DataItem Format="XML" NumberType="Float" Dimensions="2">
0.0123 0.0246
</DataItem>
</Time>
<Grid Name="Cube Grid 1">
(...)
</Grid>
<Grid Name="Cube Grid 2">
(...)
</Grid>
</Grid>
:-(
Other hints?
Simone
More information about the ParaView
mailing list