-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
Implement Part 1 Of Adaptive Radau Method #2450
Conversation
looks like you are seeing super-convergence causing a test failure on RadauIIA9 tests. Other than that, I think this is good to merge. |
@@ -6,15 +6,20 @@ version = "1.1.0" | |||
[deps] | |||
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" | |||
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" | |||
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" |
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 pretty big set of dependencies, are we sure we want to include them by default? OrdinaryDiffEqFIRKDeriver or something that can be optionally added?
Let's think about something for the auto derivation part on the dependencies, but also, let's keep the motion going. |
Checklist
contributor guidelines, in particular the SciML Style Guide and
COLPRAC.
Additional context
Add any other context about the problem here.