<div class="gmail_extra">behzad :<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>I set SNES with -snes_ksp_ew to solve the system with inexact method. I want to reset the SNES into exact Newton with changing the KSP rtol at final iterations (in full Newton phase). How can I reset the KSP tolerance after specific iterations of SNES?<br>
</blockquote><div>You can use SNESMonitorSet() and write your own monitor function to do this:</div><div><a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESMonitorSet.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESMonitorSet.html</a> </div>
<div><br></div><div>Hong</div></div><br></div>