-
-
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 SSPRK methods #2264
Added SSPRK methods #2264
Conversation
There are some version errors here related to the packages |
It's related to YingboMa/FastBroadcast.jl#64. Should be cleaned up in a little bit. Just branch for another set. Maybe do the Feagin next, those should be rather easy. |
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]>
@ChrisRackauckas I started a new PR on #2267 for Feagin |
But it also has the same version errors |
rebase to latest master |
This error occurred in integrator_interface.jl. It could not import SSPRK22 from OrdinaryDiffEq.jl. How can I fix this ?? |
You just need to move these functions to the lib. |
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