-
-
Notifications
You must be signed in to change notification settings - Fork 49
ode23s stalling #81
Comments
Would you mind to post an example?
|
Sure. I tried to simplify my original problem as much as possible and came up with an example that looks very harmless. However ode23s does not terminate.
I ran my tests on a JuliaBox server with an 0.3.11 kernel. |
Thanks. I guess the easiest solution is checking
|
I can do that. Won't have time to do it until after the weekend though. |
The Runge Kutta solvers do this using the function |
Yes, that would be better. I'll have a look at it. I should probably have a look at the API specs. I was reasonably thorough with documenting the API in the top comment of each function, but that should make it to the API specs. |
I had a look at it: |
When I run
on a linear ODE with ill-conditioned coefficient matrix, the estimated error
err
in line 302 returnsNaN
.This results in being stuck in an infinite loop, since neither the current time
t
nor the step sizeh
are changed in this case.The text was updated successfully, but these errors were encountered: