-
-
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
Added Feagin Package #2267
Added Feagin Package #2267
Conversation
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Co-authored-by: Christopher Rackauckas <[email protected]>
Project.toml
Outdated
version = "6.85.0" | ||
version = "6.84.0" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a mistake, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change was made by Chris .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a mistake, right?
Not sure about that, really.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a change here ??
I rebased this to latest master |
@ChrisRackauckas What are the other solvers that we are left to get done with after this ?? I will start with them simultaneously and solve the errors from here as well |
Symplectic RK and Runge Kutta Nystrom (rkn) are probably next. I'll try and do the SDIRK and FIRK, and I think that would just leave Adams methods, BDF, Verner, and Explicit RK. Almost there! Thanks so much |
@ChrisRackauckas I started a PR for symplectic methods: #2268 |
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