<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>hi</p>
<p>
<blockquote type="cite">
<pre wrap="">Does anybody have a simple example of HDF5 I/O for transient data with DMPlex?
I can?t figure out how to handle time steps: there does not seem to be a way to specify appending time steps when using PetscObjectViewFromOptions, and PetscViewerHDF5PushGroup and seem to not have any effect when viewing a Vec obtained tom a DMPlex.</pre>
</blockquote>
I've done this, based on what's done in the Vec tutorial example
ex19.c.</p>
<p>But to get the timesteps to work properly with DMPlex I replaced
the PetscViewerHDF5SetTimestep() call with
DMSetOutputSequenceNumber().<br>
</p>
See thread here:
<a class="moz-txt-link-freetext" href="http://lists.mcs.anl.gov/pipermail/petsc-users/2015-October/027353.html">http://lists.mcs.anl.gov/pipermail/petsc-users/2015-October/027353.html</a><br>
<br>
- Adrian<br>
<pre class="moz-signature" cols="72">--
Dr Adrian Croucher
Senior Research Fellow
Department of Engineering Science
University of Auckland, New Zealand
email: <a class="moz-txt-link-abbreviated" href="mailto:a.croucher@auckland.ac.nz">a.croucher@auckland.ac.nz</a>
tel: +64 (0)9 923 84611
</pre>
</body>
</html>