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

Computations with stability functions can be very slow #27

Open
feipaat opened this issue Apr 25, 2016 · 1 comment
Open

Computations with stability functions can be very slow #27

feipaat opened this issue Apr 25, 2016 · 1 comment

Comments

@feipaat
Copy link

feipaat commented Apr 25, 2016

Convert the stability functions' object format to rational and floating point format in stability_function.py. Add warning comments in runge_kutta_method.py.

@ketch
Copy link
Owner

ketch commented Apr 25, 2016

I believe that the issue we discussed today is resolved by doing

from nodepy import rk
rkm = rk.SSPRK3(16)
rkm.imaginary_stability_interval(mode='float')

Nevertheless, this needs to be documented better, so I'll leave the issue open until the documentation is improved.

@ketch ketch changed the title Stability functions Computations with stability functions can be very slow Apr 25, 2016
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

No branches or pull requests

2 participants