<div dir="ltr">On Thu, Feb 28, 2013 at 7:10 AM, 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_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><div class="im">On Thu, Feb 28, 2013 at 6:50 AM, 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"><div>Ah, its specialized:</div><div><br></div><div>  <a href="https://bitbucket.org/petsc/petsc-dev/src/923de80728797e2783dffed96365fada710347b8/include/petscdmplex.h?at=default#cl-23" target="_blank">https://bitbucket.org/petsc/petsc-dev/src/923de80728797e2783dffed96365fada710347b8/include/petscdmplex.h?at=default#cl-23</a></div>


<div><br></div><div>Is there an objection to me promoting this? </div></blockquote><div><br></div></div><div>Matt, your current implementation is sort of a mix of shallow (with respect to private DM_Plex stuff) clone and deep/rebuilt (with respect to DM stuff like defaultSection). I think it's worth making consistent, but safe sharing semantics are tricky to specify. I think DMDA will be somewhat involved regardless of the desired semantics.</div>

</div></div></div>
</blockquote></div><br>I think that was justified when PetscSection was just considered data like PetscLayout. However, now that it</div><div class="gmail_extra">is an object, we should reconsider.</div><div class="gmail_extra">
<br></div><div class="gmail_extra">Unfortunately, I think sharing the default section between clone could be very error prone. I am currently using</div><div class="gmail_extra">Clone() to share the large mesh data structures in the back end, but do not want any sharing of the sections. I</div>
<div class="gmail_extra">think this would be the common use case.</div><div class="gmail_extra"><br></div><div class="gmail_extra">    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
</div></div>