<div dir="ltr"><div dir="ltr">On Tue, Jul 30, 2019 at 4:26 AM Jian Zhang - 3ME via petsc-users <<a href="mailto:petsc-users@mcs.anl.gov">petsc-users@mcs.anl.gov</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">




<div dir="ltr">
<div id="gmail-m_3988530477219521083divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p>Hi guys,</p>
<p>I am trying to modify the data inside dmplex. For example, I would like to add one point (vertice, edge or cell) to the dmplex and also remove one point. Is it possible to do this in dmplex? If yes, which functions I should use? Thank you very much.</p>
<p></p></div></div></blockquote><div>These are data structures optimized for queries, not updates. It is possible to update them, for instance as we do in DMPlexInterpolate()</div><div>or DMPlexAdapt(), but you basically recreate the structure. You also have to update auxiliary structures based on the topology. Sometimes</div><div>the alteration can be really low overhead, like DMPlexCreateGhostCells(), but it depends on what is being done.</div><div><br></div><div>What exactly do you want to do?</div><div><br></div><div>  Thanks,</div><div><br></div><div>    Matt </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div id="gmail-m_3988530477219521083divtagdefaultwrapper" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif" dir="ltr"><p>Bests,</p>
<p>Jian</p>
</div>
</div>

</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>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><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>