<div class="gmail_quote">On Tue, Jul 5, 2011 at 08:46, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
 Should we make a new viewer based on VTK binary that automatically manages the multiple files and headers etc?</blockquote></div><br><div>Perhaps, but you still lose a lot of information with VTK binary, in the sense that it's usually no longer useful as a checkpoint. I think we would be better off porting/generalizing the DHM viewer I wrote for Dohp over to PETSc and provide VisIt and ParaView plugins for viewing it. If we do that, I would like to get away from HDF5 in the process, probably in favor of a SQLite index with a binary object store, so it would be a rewrite as much as a port.</div>
<div><br></div><div>Note that with such a system, if you link to VTK, you can automatically write in any VTK format to make a file that is viewable without a plugin (though this isn't the lowest memory way to create such a file).</div>