<div dir="ltr"><div dir="ltr">On Wed, Oct 12, 2022 at 11:04 AM Takahashi, Tadanaga <<a href="mailto:tt73@njit.edu">tt73@njit.edu</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">Hi. I am using the snes nasm for the global solver and snes newtonls for the local subdomain solver. I am trying to get the total number of Newton iterations for just one subdomain. I've tried:   <div><br></div><div>SNESNASMGetSNES(snes,0,&subsnes); </div><div>SNESSolve(snes,NULL,u_initial); <br></div><div>SNESGetNumberFunctionEvals(subsnes,&Newt_its);</div></div></blockquote><div><br></div><div>Here I think you want</div><div><br></div><div>  <a href="https://petsc.org/main/docs/manualpages/SNES/SNESGetIterationNumber/">https://petsc.org/main/docs/manualpages/SNES/SNESGetIterationNumber/</a></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 dir="ltr"><div>but this just gets me the number of Newton iterations just on the final nasm iteration. If I understand correctly, the information in the subsnes is repeatedly destroyed while the SNESSolve is running. Is there any way to extract the total subsnes iterations after the SNESSolve? If not, how would I extract the information? </div></div>
</blockquote></div><br clear="all"><div>You are correct. This is an oversight by us. We need to keep track of this in the same way we track the number of linear iterations in SNES.</div><div>Can you submit an issue for this? I can do it in November.</div><div><br></div><div>  Thanks,</div><div><br></div><div>     Matt</div><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>