<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 1, 2017 at 6:50 PM, 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">



<div>
<div class="gmail-m_4270952240427723927BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="gmail-m_4270952240427723927PlainText">Hi,<br>
<br>
I have just spent 2h helping a student debugging a code, and I think that the problem is not ours…<br>
See the attached example: 1 create 1 DM and 2 SNES.<br>
If I assign the same DM to both SNES, the function and Jacobean of the second are ignored, and the first one is used.<br>
Replace the block l 138 - l. 149 with the one commented above, and the result is even weirder.<br>
<br>
Is this the intended behavior? If so, should there be a note of this behavior in the SNESSetDM man page?</div></span></font></div></div></blockquote><div><br></div><div>I am not sure I understand everything this is doing, but I want to make an upfront point:</div><div><br></div><div>  SNESSetFunction() is intended for use without a DM</div><div><br></div><div>When the solver has a DM, we intend you to use</div><div><br></div><div>  DMSNESSetFunctionLocal() and DMSNESSetJacobianLocal()</div><div><br></div><div>However, now I think I see what is happening. The DMSNES is a structure that is intended to mediate between the solver</div><div>and mesh. When you do SNESSetDM(), it copies over the DMSNES context. This context is already holding the formfunction</div><div>and formjacobian pointers. Yes, this is confusing.</div><div><br></div><div>Jed, how should this be documented?</div><div><br></div><div>   Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="gmail-m_4270952240427723927BodyFragment"><font size="2"><span style="font-size:10pt"><div class="gmail-m_4270952240427723927PlainText"><span class="gmail-HOEnZb"><font color="#888888"><br>
Blaise<br>
<br>
</font></span></div><span class="gmail-HOEnZb"><font color="#888888">
</font></span></span></font></div><span class="gmail-HOEnZb"><font color="#888888">
<div class="gmail-m_4270952240427723927BodyFragment"><font size="2"><span style="font-size:10pt">
<div class="gmail-m_4270952240427723927PlainText"><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"><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>