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

Added Rosenbrock methods #2278

Closed
wants to merge 23 commits into from
Closed

Conversation

ParamThakkar123
Copy link
Contributor

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.
solves a part of #2177

@ParamThakkar123 ParamThakkar123 mentioned this pull request Jul 9, 2024
5 tasks
@ParamThakkar123
Copy link
Contributor Author

@ChrisRackauckas how can I include rodas5p and rosenbrock23 in ordinarydiffeqdefault? I have shifted them to Ordinarydiffeqrosenbrock

@ChrisRackauckas
Copy link
Member

how can I include rodas5p and rosenbrock23 in ordinarydiffeqdefault? I have shifted them to Ordinarydiffeqrosenbrock

OrdinaryDiffEqDefault will need to depend on those two. Keep those two separate, they will be separated in order to improve their load times as they are workhorse methods. For now simply don't move them.

@ParamThakkar123
Copy link
Contributor Author

@ChrisRackauckas Should I start a new PR and close this one ?? I think there are a few more things to fix here

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.

2 participants