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 ODE schemes from SciPy for NEI solve? #26

Open
namurphy opened this issue Jun 3, 2020 · 0 comments
Open

Implement ODE schemes from SciPy for NEI solve? #26

namurphy opened this issue Jun 3, 2020 · 0 comments
Labels

Comments

@namurphy
Copy link
Member

namurphy commented Jun 3, 2020

As brought up in #20, there are some existing ODE solvers in SciPy. We could potentially include more time advances using, for example, the Runge-Kutta 4th order method which has also been used for NEI analyses. The eigenvalue method should still remain the default. RK4 and other methods could be useful for testing purposes also.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant