<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div style="word-wrap:break-word"><div>Is it right to think of the division between ODE, DAE and IMEX in the documentation as Fully Explicit vs. Fully implicit vs. Semi-implicit?</div>
</div></blockquote><div><br></div><div>Mostly, yes. Indeed, we made 'shortcuts' such as "if the user provides no IFunction, then treat it as udot = F(u,t)" and "if the user provides no RHS, then treat it as G(udot, u, t) = 0."</div>
</div>