-
-
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 Low Storage RK methods #2256
Conversation
Rebase onto the new master. |
lib/OrdinaryDiffEqLowStorageRK/src/OrdinaryDiffEqLowStorageRK.jl
Outdated
Show resolved
Hide resolved
lib/OrdinaryDiffEqLowStorageRK/src/OrdinaryDiffEqLowStorageRK.jl
Outdated
Show resolved
Hide resolved
Co-authored-by: Hendrik Ranocha <[email protected]>
@ChrisRackauckas @ranocha All the UnDef errors are now fixed. Now, There are some errors related to dimension mismatch, precision and method loading. How can I fix this ?? |
lib/OrdinaryDiffEqLowStorageRK/src/OrdinaryDiffEqLowStorageRK.jl
Outdated
Show resolved
Hide resolved
@ChrisRackauckas Any changes to make?? |
@ChrisRackauckas Should I start working on the other solvers as well ?? Simultaneously |
yes just make sure to branch first. It looks like you're working on your fork's master here. |
Yes. I was working in my fork's master. I will sync it with the upstream and also make do the branching |
lib/OrdinaryDiffEqLowStorageRK/src/low_storage_rk_perform_step.jl
Outdated
Show resolved
Hide resolved
lib/OrdinaryDiffEqLowStorageRK/src/OrdinaryDiffEqLowStorageRK.jl
Outdated
Show resolved
Hide resolved
@ChrisRackauckas I started a new PR for SSPRK methods: #2264 |
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