-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Added Rosenbrock methods #2278
Added Rosenbrock methods #2278
Conversation
@ChrisRackauckas how can I include rodas5p and rosenbrock23 in ordinarydiffeqdefault? I have shifted them to Ordinarydiffeqrosenbrock |
OrdinaryDiffEqDefault will need to depend on those two. Keep those two separate, they will be separated in order to improve their load times as they are workhorse methods. For now simply don't move them. |
@ChrisRackauckas Should I start a new PR and close this one ?? I think there are a few more things to fix here |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.
solves a part of #2177