<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jan 17, 2017 at 1:32 PM, Mark W. Lohry <span dir="ltr"><<a href="mailto:mlohry@princeton.edu" target="_blank">mlohry@princeton.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 style="direction:ltr;font-family:tahoma;color:rgb(0,0,0);font-size:10pt">I have an algorithm where I'd like to slightly modify the solution vector at certain stages (specifically applying a filtering operation), for example at the conclusion of each
 TS or SNES step.<br></div></div></blockquote><div><br></div><div>This is called at the beginning:</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESSetUpdate.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESSetUpdate.html</a></div><div><br></div><div>but I used to put my modifications for Newton here</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESLineSearchSetPostCheck.html#SNESLineSearchSetPostCheck">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/SNES/SNESLineSearchSetPostCheck.html#SNESLineSearchSetPostCheck</a></div><div><br></div><div>For TS, there is</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/TS/TSSetPostStep.html">http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/TS/TSSetPostStep.html</a></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 style="direction:ltr;font-family:tahoma;color:rgb(0,0,0);font-size:10pt">
When TSMonitor is called, the solution vector is locked read-only. I'd also be concerned about modifying it there -- any kind of computation of the time derivative should be done with my altered solution vector, and similar for SNES although it's probably less
 critical there.<br>
<br>
Are there any hooks available to let me modify a solution vector at particular points like that?<br>
<br>
Thanks,<br>
Mark Lohry<br>
</div>
</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">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></div>