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 advanced ODE solvers #86

Open
10 tasks
mattiaisgro opened this issue Sep 22, 2024 · 0 comments
Open
10 tasks

Implement advanced ODE solvers #86

mattiaisgro opened this issue Sep 22, 2024 · 0 comments
Labels
enhancement research This issue may require research endeavours

Comments

@mattiaisgro
Copy link
Member

mattiaisgro commented Sep 22, 2024

Implement more advanced ODE solvers in the ode module from the following classes of methods:

  • Adaptive methods
  • Implicit methods
  • Symplectic methods
  • Predictor-corrector methods

Some candidates for implementation are:

  • Dormand-Prince 4-5
  • Adams-Bashforth-Moulton
  • Verner
  • Tsitouras 4-5
  • Rosenbrock 4
  • Radau 5-3
@mattiaisgro mattiaisgro added enhancement research This issue may require research endeavours labels Sep 22, 2024
@mattiaisgro mattiaisgro added this to the Advanced features milestone Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement research This issue may require research endeavours
Projects
None yet
Development

No branches or pull requests

1 participant