<div class="gmail_quote">On Sun, Oct 23, 2011 at 14:26, Barry Smith <span dir="ltr"><<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1c4">   It would be nice to be able to run the TS monitors so that they are called at fixed "times" instead of just fixed "timesteps". For example, save to a file the solution at each .1 seconds.  This would be useful for doing grid convergence studies, parameter studies, etc.<br>

<br>
     Presumably this could be done by having a TS monitor check if it has passed the next "time-point" and then interpolate the solution back (or something back) to that point and then (somehow) call the regular TS monitor that plots the solution, saves it to a file, etc.</div>
</blockquote></div><br><div>Yes, this is trivial to implement with a custom monitor (just have it call TSInterpolate). For an automatic monitor, we need an API for specifying which times are desired.</div>