<div class="gmail_quote">On Sun, Oct 23, 2011 at 16:24, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com">knepley@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":1ma">I would definitely make the former the default. Doing a "given amount of work" only holds if you turn off adaptivity as well, and if you<div>only care about inspecting, I do not see why you would care about a final interpolation.</div>

<div></div></div></blockquote></div><br><div>It might be more common if people ask for a given number of steps. (Obviously the cost of that is dependent on the method, a high order RK scheme will take fewer steps than a multistep scheme, but might cost more to do it.)</div>
<div><br></div><div>Plenty of other times, people just really don't care about the final time or they want to make a plot of error per step, in which case they want to see whatever step sizes the method is using.</div>
<div><br></div><div>I'll change the default and add the interpolated logging interface that Barry requested this week.</div>