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.

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.

Are there any hooks available to let me modify a solution vector at particular 
points like that?

Thanks,
Mark Lohry

Reply via email to