<div class="gmail_quote">On Mon, Jul 25, 2011 at 23:40, Vijay S. Mahadevan <span dir="ltr">&lt;<a href="mailto:vijay.m@gmail.com">vijay.m@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I was also going to ask whether this can be used to solve a DAE by decoupling it into a time dependent equation and an algebraic (functional) constraint associated with it.</blockquote></div><br><div>The stiff integrators in TS are intended for solving DAE. If you have consistent initial conditions, then TSGL should just work, perhaps after turning off error control or specifying your own controller (the built-in controllers are not robust at present). If you do not have consistent initial conditions, then they need to be solved for, which we don&#39;t currently have support for, but should be adding reasonably soon.</div>