Skip to content
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

Merged
merged 87 commits into from
Sep 20, 2024

Conversation

Shreyas-Ekanathan
Copy link
Contributor

@Shreyas-Ekanathan Shreyas-Ekanathan commented Sep 2, 2024

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

Shreyas-Ekanathan and others added 30 commits July 24, 2024 15:27
@oscardssmith
Copy link
Contributor

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"
Copy link
Member

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?

@ChrisRackauckas
Copy link
Member

Let's think about something for the auto derivation part on the dependencies, but also, let's keep the motion going.

@ChrisRackauckas ChrisRackauckas merged commit 733bfa5 into SciML:master Sep 20, 2024
55 of 60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants