<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;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>
<br>
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>
</body>
</html>