<div class="gmail_quote">On Sat, Jul 2, 2011 at 9:39 PM, Jed Brown <span dir="ltr"><<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@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;">
In refactoring TS, I want these implementations to go away (they are special cases of TSTHETA and it's easy for TSTHETA to be as efficient for the special case). The question is whether the names should be preserved, with implementations that look like<div>

<br></div><div>TSCreate_BEuler(TS ts) {</div><div>TSSetType(ts,TSTHETA);</div><div>TSThetaSetTheta(ts,1.0);</div><div>}</div><div><br></div><div>or just have users set this themselves. Thoughts?</div>
</blockquote></div><br>It will be somewhat confusing in that Backwards Euler will not appear in the -ts_view. Maybe we could get a better<div>name for the helper function.</div><div><br></div><div>   Matt<br clear="all">
<br>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener<br>
</div>