<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Oct 31, 2017 at 11:36 AM, Blaise A Bourdin <span dir="ltr"><<a href="mailto:bourdin@lsu.edu" target="_blank">bourdin@lsu.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>
<div class="m_-3788323582294446095BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="m_-3788323582294446095PlainText">Hi,<br>
<br>
I am losing my mind over segfaults in DMPlexVecGetClosure.<br>
<br>
In the example below, I get a segfault whenever cval is not set to NULL before calling DMPlexVecGetClosure. Is this expected?</div></span></font></div></div></blockquote><div><br></div><div>Yes. If cval is NULL, it allocates the necessary space and passes back the array. If it is not NULL, it uses the pointer that you passed</div><div>in (so you can allocate your own temp storage if you are smarter).</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-3788323582294446095BodyFragment"><font size="2"><span style="font-size:10pt"><div class="m_-3788323582294446095PlainText"> The documentations says nothing about this<br></div></span></font></div></div></blockquote><div><br></div><div>That is a problem.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_-3788323582294446095BodyFragment"><font size="2"><span style="font-size:10pt"><div class="m_-3788323582294446095PlainText">
Also, after calling DMPlexVecRestoreClosure, the values of cval are discarded and neither global nor coord are changed.<br></div></span></font></div></div></blockquote><div><br></div><div>Ah, GetClosure() is not like GetArray(), in that it is a temp copy. You need SetClosure() in order to change values.</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><div class="m_-3788323582294446095BodyFragment"><font size="2"><span style="font-size:10pt"><div class="m_-3788323582294446095PlainText">
I am obviously doing something wrong but cannot figure it out...<span class="HOEnZb"><font color="#888888"><br>
<br>
Blaise<br>
</font></span></div><span class="HOEnZb"><font color="#888888">
</font></span></span></font></div><span class="HOEnZb"><font color="#888888">
<div class="m_-3788323582294446095BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="m_-3788323582294446095PlainText"><br>
<br>
-- <br>
Department of Mathematics and Center for Computation & Technology<br>
Louisiana State University, Baton Rouge, LA 70803, USA<br>
Tel. <a href="tel:(225)%20578-1612" value="+12255781612" target="_blank">+1 (225) 578 1612</a>, Fax  <a href="tel:(225)%20578-4276" value="+12255784276" target="_blank">+1 (225) 578 4276</a> <a href="http://www.math.lsu.edu/~bourdin" target="_blank">
http://www.math.lsu.edu/~<wbr>bourdin</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</span></font></div>
</font></span></div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><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.caam.rice.edu/~mk51/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div>
</div></div>