<div dir="ltr"><div><div>Hello Ramiz<br><br></div>I believe you need to create a GridCollection, and set the CollectionType Attribute to "Temporal". Then give each Grid in the Collection the appropriate Time attribute. I've attached the output from one of the example programs included in the XDMF2 repository that illustrates this.<br>
<br></div>Cheers<br>Jason  <br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 14, 2014 at 9:21 AM,  <span dir="ltr"><<a href="mailto:ramiz.azadaliyev@ipt.fraunhofer.de" target="_blank">ramiz.azadaliyev@ipt.fraunhofer.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font face="sans-serif">Hello everyone, </font>
<br>
<br><font face="sans-serif"> I am new to ParaView, and so far
I was able to use it without much trouble. </font>
<br><font face="sans-serif">But I have hit a dead end, I have looked
online for example, but unfortunately it did not help me.</font>
<br><font face="sans-serif">I have managed to create XMF file that
gives me a 3d plot, but I can't figure out how to couple the time data
with the coordinates. </font>
<br>
<br><font face="sans-serif">MY GOAL IS TO BE ABLE TO PLOT THE DATA
CHRONOLOGICALLY</font>
<br>
<br><font face="sans-serif">the HDF5 file has 3 datasets for X Y
Z, 1 for amplitude, and 1 for time. All are of the same hierarchy.  </font>
<br>
<br><font face="sans-serif">Use the following code:  </font>
<br><font face="sans-serif"><?xml version="1.0" ?></font>
<br><font face="sans-serif"><!DOCTYPE Xdmf SYSTEM "Xdmf.dtd"
[]></font>
<br><font face="sans-serif"><Xdmf Version="2.0"></font>
<br><font face="sans-serif"> <Domain></font>
<br><font face="sans-serif">        </font>
<br><font face="sans-serif">        <Grid
Name="mesh3" GridType="Uniform" ></font>
<br><font face="sans-serif">         
           <Topology TopologyType="Polyvertex"
Dimensions="4 "/></font>
<br><font face="sans-serif">         
           <Geometry GeometryType="X_Y_Z"></font>
<br>
<br><font face="sans-serif">         
             <DataItem Dimensions="1
1 4" NumberType="Float" Precision="4" Format="HDF"></font>
<br><font face="sans-serif">         
              test3.h5:/X</font>
<br><font face="sans-serif">         
             </DataItem></font>
<br>
<br><font face="sans-serif">         
             <DataItem Dimensions="1
1 4" NumberType="Float" Precision="4" Format="HDF"></font>
<br><font face="sans-serif">         
             test3.h5:/Y</font>
<br><font face="sans-serif">         
             </DataItem></font>
<br>
<br><font face="sans-serif">         
           <DataItem Dimensions="1
1 4" NumberType="Float" Precision="4" Format="HDF"></font>
<br><font face="sans-serif">         
               
     test3.h5:/Z</font>
<br><font face="sans-serif">         
             </DataItem></font>
<br><font face="sans-serif">         
           </Geometry></font>
<br>
<br><font face="sans-serif">         
           <Attribute Name="Pressure"
AttributeType="Scalar" Center="Node"></font>
<br><font face="sans-serif">         
             <DataItem Dimensions="1
1 4" NumberType="Float" Precision="4" Format="HDF"></font>
<br><font face="sans-serif">         
              test3.h5:/MVSPCIe/Pressure</font>
<br><font face="sans-serif">         
             </DataItem></font>
<br><font face="sans-serif">         
           </Attribute></font>
<br><font face="sans-serif">         
      <Time TimeType="List"></font>
<br><font face="sans-serif">         
       <DataItem Dimensions="4"
NumberType="Float" Precision="4" Format="XML"></font>
<br><font face="sans-serif">           
                 
 test3.h5:/time</font>
<br><font face="sans-serif">         
      </DataItem></font>
<br><font face="sans-serif">         
        </Time>      
 </font>
<br>
<br><font face="sans-serif">         </Grid></font>
<br><font face="sans-serif"> </Domain></font>
<br><font face="sans-serif"></Xdmf></font>
<br>
<br><font face="sans-serif">Where and how should I put my time data
in this schema for Paraview to be able to see it?</font>
<br><font face="sans-serif">Does anybody have an idea? Please help...</font>
<br>
<br>
<br><font face="sans-serif">Have a nice day, </font>
<br><font face="sans-serif">Ramiz</font>
<br>
<br>
<br><font face="sans-serif">Does anybody have an idea </font>
<table>
<tbody><tr valign="top">
<td colspan="3"><font face="sans-serif">__________________________________________<br>
<br>
Fraunhofer-Institut für Produktionstechnologie IPT<br>
Ramiz Azadaliyev </font>
<br>
<br><font face="sans-serif">Steinbachstraße 17</font>
<br><font face="sans-serif">52074 Aachen</font>
<br><font face="sans-serif"><br>
<a href="mailto:ramiz.azadaliyev@ipt.fraunhofer.de" target="_blank">ramiz.azadaliyev@ipt.fraunhofer.de</a></font>
<br><a href="http://www.ipt.fraunhofer.de/" target="_blank"><font face="sans-serif">http://www.ipt.fraunhofer.de</font></a>
<br><font face="sans-serif">__________________________________________</font>
</td></tr><tr valign="top">
<td>
</td><td>
</td><td></td></tr></tbody></table>
<br><br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">Dr. Jason G. Fleming<br>Chief Engineer, Seahorse Coastal Consulting<br>3103 Mandy Ln<br>Morehead City, NC 28557<br>Tel: (252) 726-6323<br>Mobile: (252) 269-0962<br>
Web: <a href="http://www.seahorsecoastal.com" target="_blank">http://www.seahorsecoastal.com</a><br></div>
</div>