<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't like the fact that it can'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"> <Grid Name="mesh1" GridType="Uniform"> </div><div style="font-family:arial,sans-serif;font-size:13px">
...</div><div style="font-family:arial,sans-serif;font-size:13px"> <Time Value="00000"/> <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"> </Grid> <br></div><div style="font-family:arial,sans-serif;font-size:13px">
<Grid Name="mesh1" GridType="Uniform"> </div><div style="font-family:arial,sans-serif;font-size:13px"> ...</div><div style="font-family:arial,sans-serif;font-size:13px"> <Time Value="00000"/> <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"> </Grid> <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">< temporal</div><div style="font-family:arial,sans-serif;font-size:13px">
< 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"> < grid 1 ></div><div style="font-family:arial,sans-serif;font-size:13px">
< grid 2 ></div><div style="font-family:arial,sans-serif;font-size:13px"> ></div><div style="font-size:13px;font-family:arial,sans-serif"> < 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"> < grid 1 ></div><div style="font-size:13px;font-family:arial,sans-serif"> < grid 2 ></div><div style="font-size:13px;font-family:arial,sans-serif">
></div><div style="font-size:13px;font-family:arial,sans-serif"> ...</div><div style="font-size:13px;font-family:arial,sans-serif">></div></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>
Kitware, Inc.<br>R&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"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Couldn't you use two xmf files?<br>
<div><div class="h5"><br>
On Tue, Oct 22, 2013 at 2:04 AM, Pradeep Jha<br>
<<a href="mailto:pradeep@ccs.engg.nagoya-u.ac.jp">pradeep@ccs.engg.nagoya-u.ac.jp</a>> wrote:<br>
> Hello,<br>
><br>
> I have two HDF5 (in the *h5 format) for each time step. I have an *xmf file<br>
> to read the h5 file in paraview. I know how to make a movie using the xmf<br>
> file with just one *h5 file at each time step. But I am not able to plot it<br>
> using Paraview for multiple files at each time step. The current xmf file I<br>
> am using follows the structure given below:<br>
><br>
> Please let me know to modify the following xmf file (this one is not<br>
> working):<br>
><br>
><br>
> <?xml version="1.0" ?><br>
> <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []><br>
> <Xdmf Version="2.0"><br>
> <Domain><br>
> <Grid Name="Box" GridType="Collection" CollectionType="Temporal"><br>
> <Grid Name="mesh1" GridType="Uniform"><br>
> <Topology TopologyType="3DCoRectMesh" Dimensions="64 64 64"/><br>
> <Geometry GeometryType="ORIGIN_DXDYDZ"><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">0 0<br>
> 0</DataItem><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">1 1<br>
> 1</DataItem><br>
> </Geometry><br>
> <Time Value="00000"/><br>
> <Attribute Name="vor" AttributeType="Scalar" Center="Node"><br>
> <DataItem Dimensions="64 64 64" NumberType="Float" Precision="8"<br>
> Format="HDF"><br>
> vor_00000_445_coarsed.h5:/vor<br>
> </DataItem><br>
> </Attribute><br>
> </Grid><br>
> <Grid Name="mesh1" GridType="Uniform"><br>
> <Topology TopologyType="3DCoRectMesh" Dimensions="64 64 64"/><br>
> <Geometry GeometryType="ORIGIN_DXDYDZ"><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">0 64<br>
> 0</DataItem><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">1 1<br>
> 1</DataItem><br>
> </Geometry><br>
> <Time Value="00000"/><br>
> <Attribute Name="vor" AttributeType="Scalar" Center="Node"><br>
> <DataItem Dimensions="64 64 64" NumberType="Float" Precision="8"<br>
> Format="HDF"><br>
> vor_00000_455_coarsed.h5:/vor<br>
> </DataItem><br>
> </Attribute><br>
> </Grid><br>
> <Grid Name="mesh1" GridType="Uniform"><br>
> <Topology TopologyType="3DCoRectMesh" Dimensions="64 64 64"/><br>
> <Geometry GeometryType="ORIGIN_DXDYDZ"><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">0 0<br>
> 0</DataItem><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">1 1<br>
> 1</DataItem><br>
> </Geometry><br>
> <Time Value="00006"/><br>
> <Attribute Name="vor" AttributeType="Scalar" Center="Node"><br>
> <DataItem Dimensions="64 64 64" NumberType="Float" Precision="8"<br>
> Format="HDF"><br>
> vor_00006_445_coarsed.h5:/vor<br>
> </DataItem><br>
> </Attribute><br>
> </Grid><br>
> <Grid Name="mesh1" GridType="Uniform"><br>
> <Topology TopologyType="3DCoRectMesh" Dimensions="64 64 64"/><br>
> <Geometry GeometryType="ORIGIN_DXDYDZ"><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">0 64<br>
> 0</DataItem><br>
> <DataItem DataType="Float" Dimensions="3" Format="XML">1 1<br>
> 1</DataItem><br>
> </Geometry><br>
> <Time Value="00006"/><br>
> <Attribute Name="vor" AttributeType="Scalar" Center="Node"><br>
> <DataItem Dimensions="64 64 64" NumberType="Float" Precision="8"<br>
> Format="HDF"><br>
> vor_00006_455_coarsed.h5:/vor<br>
> </DataItem><br>
> </Attribute><br>
> </Grid><br>
> </Grid><br>
> </Domain><br>
> </Xdmf><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <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:<br>
> <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>
_______________________________________________<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>