You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that there's a "set interface" which is much better for handling these, we should convert the tutorials in here over to using that. So SecondOrderODEProblem and DynamicalODEProblem instead of defining by tuples (though it does lower to the same thing, except using the DynamicalODEProblem so that first-order ODE methods work via an automatic transformation).
Now that there's a "set interface" which is much better for handling these, we should convert the tutorials in here over to using that. So
SecondOrderODEProblem
andDynamicalODEProblem
instead of defining by tuples (though it does lower to the same thing, except using theDynamicalODEProblem
so that first-order ODE methods work via an automatic transformation).@YingboMa
The text was updated successfully, but these errors were encountered: