<div class="gmail_quote">On Mon, Apr 18, 2011 at 21:06, Jeremy Riousset <span dir="ltr"><<a href="mailto:riousset@gatech.edu">riousset@gatech.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
What difference between this and the use of TSSetTimeStep?</blockquote></div><br><div>Where would you like to call TSSetTimeStep() from? It doesn't make much sense to call it from inside residual evaluation, for example. So you can register a post-step function that looks at whatever it wants and calls TSSetTimeStep().</div>