<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 3, 2014 at 9:57 AM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov" target="_blank">jedbrown@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"><div class="im">Cedric Doucet <<a href="mailto:cedric.doucet@inria.fr">cedric.doucet@inria.fr</a>> writes:<br>
<br>
> I could use DMPlexCreateFromDAG but there are several drawbacks:<br>
> 1. DMPlexCreateFromDAG is not well documented;<br>
> 2. other developers will have to understand a tricky data structure<br>
> (DAG) to modify my code (see point 1 to understand why it is a<br>
> problem);;<br>
<br>
</div>Every public function is supposed to have a man page.  Matt neglected<br>
this rule in DMPlexCreateFromDAG and it's perfectly valid to complain<br>
about that.  However, I think DMPlexCreateFromDAG provides the<br>
functionality you need, and is sufficiently general to deal with things<br>
like boundary faces which are needed for most real simulations.<br>
<div class="im"><br>
> 3. DMPlexCreateFromDAG looks like a low-level function in comparison<br>
> with DMPlexCreateFromCellList which acts at a higher level: if you<br>
> modify this structure, I or someone else will have to modify my code<br>
> (see point 2 to understand why it is a problem);<br>
<br>
</div>It only uses complicated words; the data structure is basically the same<br>
as what you're asking for, with the added flexibility of being able to<br>
represent meshes containing cells with more than one topological<br>
dimension (e.g., volumes and faces).<br>
<div class="im"><br>
> You proposed to modify DMPlexCreateFromCellList function for me and I<br>
> decided to accept it after thinking about it.  Did you change your<br>
> mind?<br>
<br>
</div>I didn't propose that.  Maybe Matt did and of course he's welcome to<br>
generalize the function.<br>
</blockquote></div><br>DMPlexCreateFromDAG() is exactly that generalization. What is different from</div><div class="gmail_extra">CreateFrmCellList()?</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>