<div dir="ltr"><div style><div style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial;font-size:small">What is the specific problem when you give it your file? </span>Without that it is hard to say but I am _guessing_ that xdmf doesn&#39;t like the fact that it can&#39;t pick which atomic grids to get for each time in the temporal collection.</div>

<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">    &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt; </div><div style="font-family:arial,sans-serif;font-size:13px">

      ...</div><div style="font-family:arial,sans-serif;font-size:13px">      &lt;Time Value=&quot;00000&quot;/&gt; <br></div><div style="font-family:arial,sans-serif;font-size:13px">      ...</div><div style="font-family:arial,sans-serif;font-size:13px">

        vor_00000_445_coarsed.h5:/vor <br></div><div style="font-family:arial,sans-serif;font-size:13px">      ...</div><div style="font-family:arial,sans-serif;font-size:13px">    &lt;/Grid&gt; <br></div><div style="font-family:arial,sans-serif;font-size:13px">

    &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt; </div><div style="font-family:arial,sans-serif;font-size:13px">      ...</div><div style="font-family:arial,sans-serif;font-size:13px">      &lt;Time Value=&quot;00000&quot;/&gt; <br>

</div><div style="font-family:arial,sans-serif;font-size:13px">      ...</div><div style="font-family:arial,sans-serif;font-size:13px">        vor_00000_455_coarsed.h5:/vor <br></div><div style="font-family:arial,sans-serif;font-size:13px">

      ...</div><div style="font-family:arial,sans-serif;font-size:13px">    &lt;/Grid&gt; <br></div><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">

To fix, put each pair of atomic data sets inside a spatial collection in the temporal one.<br></div><div style="font-family:arial,sans-serif;font-size:13px">&lt; temporal</div><div style="font-family:arial,sans-serif;font-size:13px">

  &lt; spatial</div><div style="font-family:arial,sans-serif;font-size:13px">     time=0</div><div style="font-family:arial,sans-serif;font-size:13px">     &lt; grid 1 &gt;</div><div style="font-family:arial,sans-serif;font-size:13px">

     &lt; grid 2 &gt;</div><div style="font-family:arial,sans-serif;font-size:13px">   &gt;</div><div style="font-size:13px;font-family:arial,sans-serif">  &lt; spatial</div><div style="font-size:13px;font-family:arial,sans-serif">

     time=1</div><div style="font-size:13px;font-family:arial,sans-serif">     &lt; grid 1 &gt;</div><div style="font-size:13px;font-family:arial,sans-serif">     &lt; grid 2 &gt;</div><div style="font-size:13px;font-family:arial,sans-serif">

   &gt;</div><div style="font-size:13px;font-family:arial,sans-serif">  ...</div><div style="font-size:13px;font-family:arial,sans-serif">&gt;</div></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>

Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Mon, Nov 25, 2013 at 2:51 PM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Couldn&#39;t you use two xmf files?<br>
<div><div class="h5"><br>
On Tue, Oct 22, 2013 at 2:04 AM, Pradeep Jha<br>
&lt;<a href="mailto:pradeep@ccs.engg.nagoya-u.ac.jp">pradeep@ccs.engg.nagoya-u.ac.jp</a>&gt; wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; I have two HDF5 (in the *h5 format) for each time step. I have an *xmf file<br>
&gt; to read the h5 file in paraview. I know how to make a movie using the xmf<br>
&gt; file with just one *h5 file at each time step. But I am not able to plot it<br>
&gt; using Paraview for multiple files at each time step. The current xmf file I<br>
&gt; am using follows the structure given below:<br>
&gt;<br>
&gt; Please let me know to modify the following xmf file (this one is not<br>
&gt; working):<br>
&gt;<br>
&gt;<br>
&gt; &lt;?xml version=&quot;1.0&quot; ?&gt;<br>
&gt; &lt;!DOCTYPE Xdmf SYSTEM &quot;Xdmf.dtd&quot; []&gt;<br>
&gt; &lt;Xdmf Version=&quot;2.0&quot;&gt;<br>
&gt;   &lt;Domain&gt;<br>
&gt;     &lt;Grid Name=&quot;Box&quot; GridType=&quot;Collection&quot; CollectionType=&quot;Temporal&quot;&gt;<br>
&gt;     &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt;<br>
&gt;       &lt;Topology TopologyType=&quot;3DCoRectMesh&quot; Dimensions=&quot;64 64 64&quot;/&gt;<br>
&gt;       &lt;Geometry GeometryType=&quot;ORIGIN_DXDYDZ&quot;&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;0 0<br>
&gt; 0&lt;/DataItem&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;1 1<br>
&gt; 1&lt;/DataItem&gt;<br>
&gt;       &lt;/Geometry&gt;<br>
&gt;       &lt;Time Value=&quot;00000&quot;/&gt;<br>
&gt;       &lt;Attribute Name=&quot;vor&quot; AttributeType=&quot;Scalar&quot; Center=&quot;Node&quot;&gt;<br>
&gt;        &lt;DataItem Dimensions=&quot;64 64 64&quot; NumberType=&quot;Float&quot; Precision=&quot;8&quot;<br>
&gt; Format=&quot;HDF&quot;&gt;<br>
&gt;         vor_00000_445_coarsed.h5:/vor<br>
&gt;        &lt;/DataItem&gt;<br>
&gt;       &lt;/Attribute&gt;<br>
&gt;     &lt;/Grid&gt;<br>
&gt;     &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt;<br>
&gt;       &lt;Topology TopologyType=&quot;3DCoRectMesh&quot; Dimensions=&quot;64 64 64&quot;/&gt;<br>
&gt;       &lt;Geometry GeometryType=&quot;ORIGIN_DXDYDZ&quot;&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;0 64<br>
&gt; 0&lt;/DataItem&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;1 1<br>
&gt; 1&lt;/DataItem&gt;<br>
&gt;       &lt;/Geometry&gt;<br>
&gt;       &lt;Time Value=&quot;00000&quot;/&gt;<br>
&gt;       &lt;Attribute Name=&quot;vor&quot; AttributeType=&quot;Scalar&quot; Center=&quot;Node&quot;&gt;<br>
&gt;        &lt;DataItem Dimensions=&quot;64 64 64&quot; NumberType=&quot;Float&quot; Precision=&quot;8&quot;<br>
&gt; Format=&quot;HDF&quot;&gt;<br>
&gt;         vor_00000_455_coarsed.h5:/vor<br>
&gt;        &lt;/DataItem&gt;<br>
&gt;       &lt;/Attribute&gt;<br>
&gt;     &lt;/Grid&gt;<br>
&gt;     &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt;<br>
&gt;       &lt;Topology TopologyType=&quot;3DCoRectMesh&quot; Dimensions=&quot;64 64 64&quot;/&gt;<br>
&gt;       &lt;Geometry GeometryType=&quot;ORIGIN_DXDYDZ&quot;&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;0 0<br>
&gt; 0&lt;/DataItem&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;1 1<br>
&gt; 1&lt;/DataItem&gt;<br>
&gt;       &lt;/Geometry&gt;<br>
&gt;       &lt;Time Value=&quot;00006&quot;/&gt;<br>
&gt;       &lt;Attribute Name=&quot;vor&quot; AttributeType=&quot;Scalar&quot; Center=&quot;Node&quot;&gt;<br>
&gt;        &lt;DataItem Dimensions=&quot;64 64 64&quot; NumberType=&quot;Float&quot; Precision=&quot;8&quot;<br>
&gt; Format=&quot;HDF&quot;&gt;<br>
&gt;         vor_00006_445_coarsed.h5:/vor<br>
&gt;        &lt;/DataItem&gt;<br>
&gt;       &lt;/Attribute&gt;<br>
&gt;     &lt;/Grid&gt;<br>
&gt;     &lt;Grid Name=&quot;mesh1&quot; GridType=&quot;Uniform&quot;&gt;<br>
&gt;       &lt;Topology TopologyType=&quot;3DCoRectMesh&quot; Dimensions=&quot;64 64 64&quot;/&gt;<br>
&gt;       &lt;Geometry GeometryType=&quot;ORIGIN_DXDYDZ&quot;&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;0 64<br>
&gt; 0&lt;/DataItem&gt;<br>
&gt;         &lt;DataItem DataType=&quot;Float&quot; Dimensions=&quot;3&quot; Format=&quot;XML&quot;&gt;1 1<br>
&gt; 1&lt;/DataItem&gt;<br>
&gt;       &lt;/Geometry&gt;<br>
&gt;       &lt;Time Value=&quot;00006&quot;/&gt;<br>
&gt;       &lt;Attribute Name=&quot;vor&quot; AttributeType=&quot;Scalar&quot; Center=&quot;Node&quot;&gt;<br>
&gt;        &lt;DataItem Dimensions=&quot;64 64 64&quot; NumberType=&quot;Float&quot; Precision=&quot;8&quot;<br>
&gt; Format=&quot;HDF&quot;&gt;<br>
&gt;         vor_00006_455_coarsed.h5:/vor<br>
&gt;        &lt;/DataItem&gt;<br>
&gt;       &lt;/Attribute&gt;<br>
&gt;     &lt;/Grid&gt;<br>
&gt;     &lt;/Grid&gt;<br>
&gt;  &lt;/Domain&gt;<br>
&gt; &lt;/Xdmf&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<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>
</blockquote></div><br></div>