You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to solve a difficult problem, and after explicitly implementing tGrad, I tested it on my usual well defined RadauIIA5 test cases. The test passed, so I submitted a bunch of jobs to a high performance computer. The next morning, I found that Rosenbrock23 failed because of a very simple typo in my tGrad functions. In other words, RadauIIA5, and the other methods I ran, just ignored the tGrad argument they received. Based on this thread https://discourse.julialang.org/t/argument-tgrad-in-odefunction-appears-to-have-no-influence-correct/69236 this might be expected behavior, but I wanted to check.
The text was updated successfully, but these errors were encountered:
I'm trying to solve a difficult problem, and after explicitly implementing tGrad, I tested it on my usual well defined RadauIIA5 test cases. The test passed, so I submitted a bunch of jobs to a high performance computer. The next morning, I found that Rosenbrock23 failed because of a very simple typo in my tGrad functions. In other words, RadauIIA5, and the other methods I ran, just ignored the tGrad argument they received. Based on this thread https://discourse.julialang.org/t/argument-tgrad-in-odefunction-appears-to-have-no-influence-correct/69236 this might be expected behavior, but I wanted to check.
The text was updated successfully, but these errors were encountered: