<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Mar 4, 2016 at 8:25 AM, Alejandro D Otero <span dir="ltr"><<a href="mailto:aotero@fi.uba.ar" target="_blank">aotero@fi.uba.ar</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>Hello, I am trying to save some field stored in a vector which has values associated with vertexes, edges and cells in a DMPlex.<br></div>This vector was created (using petsc4py) from a petcs section, setting this as default section and then creating the vector from the DMPlex.<br></div>The thing is that when I save that vector using the hdf5 viewer I found 2 entities inside it. One corresponding to the values for all DoF in the DMPlex (under the group fields), and another with values only for nodes (under the group: vertex_fields). <br></div>That meaning a useless duplication of data, is it possible to set the viewer only to store one of those groups? Preferably the complete one, but in the future only the vertex one could be usefull.<br></div></div></div></blockquote><div><br></div><div>The problem here is that hdf5 is being used for two different purposes: serialization and visualization. I automatically</div><div>downsample both the grid and the fields so that they can be visualized using Paraview. I understand that you need</div><div>control over which form is output. I will put this in soon. My first objective was just to get visualization working with</div><div>exotic elements and multiple fields.</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div>Thanks in advance,<br><br></div>Alejandro<br></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">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</div>
</div></div>