User Tools

Site Tools


ode45

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ode45 [2019/11/18 13:34]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ode45 ====== 
- 
-ode45 (Dormand Prince) 
- 
-Based on an explicit Runge-Kutta (4,5) formula, the Dormand-Prince pair, ode45 is a one-step solver - in computing y(tn). It needs only the solution at the immediately preceding time point y(tn-1). In general, ode45 is the best function to apply as a “first try” for most problems. 
- 
-Nonstiff problems, medium accuracy. Use most of the time. This should be the first solver you try. 
- 
-Applicable [[Solver_settings|solver settings]]: 
- 
-  * Absolute tolerance 
-  * Relative tolerance 
-  * Initial step size 
-  * Max step size 
-  * Min step size 
-  * Refine 
-  * Limit data points to last 
-  * Norm Control 
-  * Allowed step size violations 
-  * Enable saturation 
- 
-===== Reference ===== 
- 
-  * Dormand, J. R. and P. J. Prince, “A family of embedded Runge-Kutta formulae,” //J. Comp. Appl. Math.//, Vol. 6, 1980, pp 19-26. 
- 
-DELETEME 
- 
- 
- 
- 
- 
- 
- 
- 
- 
  
ode45.1574080458.txt.gz · Last modified: 2019/11/18 13:34 by 127.0.0.1