<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>XDMF has collections and a time tag, so you can assign a time step to each dataset and create a collection of those datasets. You can put the data either in the same HDF5 file or different HDF5 file each time step, with a single XML file that points in the right place for each time step. <br><br>We (usually) do not have a changing grid, so we have a grid HDF5 file that is pointed to in each dataset with different data files for each.  But instead of specifying different files, you can specify different groups inside an HDF5 file.<br><br>Is that what you mean by storing time steps?<br><br>Tim<br><br><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Matthew Knepley" <knepley@gmail.com><br><b>To: </b>"For users of the development version of PETSc" <petsc-dev@mcs.anl.gov><br><b>Sent: </b>Saturday, December 3, 2011 4:25:19 PM<br><b>Subject: </b>Re: [petsc-dev] XDMF viewers<br><br>On Sat, Dec 3, 2011 at 3:24 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@mcs.anl.gov</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On Sat, Dec 3, 2011 at 15:20, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Does that matter? The same things are stored at each step.</blockquote></div><br></div><div>Sure (if the mesh doesn't change, which is okay with me now), but you have to put the data somewhere. I don't see how you would do that with the current API, but it should be simple to accommodate.</div>

</blockquote></div><br>Brad did it, but I believe he uses HDF5 attributes<div><br></div><div>  Matt<br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>
</div>
</div><br></div></body></html>