-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rosenbrock23
gives incorrect results for simple DAE
#2074
Comments
The unexpected part here are the glitches at ~t=1.7 and ~4.8 |
The glitches are fixed with #2079, but the number of steps increase to ~3400. Interestingly, |
For Rodas4/Rodas5, For Rosenbrock23 It's just the error control so yes fixed by that PR. |
This still doesn't explain (to me at least), why |
This is a DAE. Rosenbrock23 isn't stiffly-stable, so it's effectively order 1. |
yields (note the glitches which are way more than the 1e-6 tolerance in Rosenbrock23))
with a slightly different jacobian where it does fine.
The text was updated successfully, but these errors were encountered: