cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X

Solving a stiff (?) ode

JohnRudnicki
14-Alexandrite

Solving a stiff (?) ode

I have an old (10+ years) worksheet in which I solved an apparently stiff ode using Bulstoer (without using the Jacobian). Having a reason to resuscitate the worksheet I tried rewriting it using Odesolve, which worked for loading but not for unloading (look at worksheet to see what this means). Trying the different solvers in Odesolve did not help. Can someone give me some insight into what is going on? Maybe I was just smarter 10+ years ago, but I do not think I would have hit upon using Bulstoer if I had to do it over again.

1 ACCEPTED SOLUTION

Accepted Solutions

John Rudnicki wrote:

Thanks, but I did not understand a comment in your worksheet.

Capture.PNG.

Ignore my comment - I misinterpreted Zu!!

And maybe my question was unclear. The result I get with Bulstoer was what I expected for this problem. But my question was more why I cannot get the same result with Odesolve since now (as opposed to 10 years ago) I never would have thought to use Bulstoer.

.

In a way you were lucky to get a result with Bulstoer.  If you'd tried to use npointsu = 200, for example, it would have failed.  There are numerical issues related to rapid gradients.  This is also true of Odesolve.  My version works with Radau, but not Adams/BDF unless I change the number of points!

Alan

View solution in original post

4 REPLIES 4

The attached might help.

Alan.

Thanks, but I did not understand a comment in your worksheet.

Capture.PNG

And maybe my question was unclear. The result I get with Bulstoer was what I expected for this problem. But my question was more why I cannot get the same result with Odesolve since now (as opposed to 10 years ago) I never would have thought to use Bulstoer.

Capture1.PNG.

John Rudnicki wrote:

Thanks, but I did not understand a comment in your worksheet.

Capture.PNG.

Ignore my comment - I misinterpreted Zu!!

And maybe my question was unclear. The result I get with Bulstoer was what I expected for this problem. But my question was more why I cannot get the same result with Odesolve since now (as opposed to 10 years ago) I never would have thought to use Bulstoer.

.

In a way you were lucky to get a result with Bulstoer.  If you'd tried to use npointsu = 200, for example, it would have failed.  There are numerical issues related to rapid gradients.  This is also true of Odesolve.  My version works with Radau, but not Adams/BDF unless I change the number of points!

Alan

Thanks. Good to be lucky - I thought it was just more evidence that I was smarter 10 years ago.

Top Tags