User Tools

Site Tools


dopri45

Differences

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

Link to this comparison view

Next revision
Previous revision
dopri45 [2019/11/18 13:34]
127.0.0.1 external edit
dopri45 [2023/04/05 14:33] (current)
daria
Line 1: Line 1:
 ====== DOPRI45 ====== ====== DOPRI45 ======
  
-Dormand-Prince+Dormand-Prince method 
  
-Explicit one-step solver based on Runge-Kutta (4,5pair of Dormand and Prince.+In numerical analysisthe Dormand–Prince method or DOPRI method, is an embedded method for solving ordinary differential equations (Dormand & Prince 1980). The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions
  
 Applicable for **non-stiff** problems of **medium** accuracy. Applicable for **non-stiff** problems of **medium** accuracy.
Line 9: Line 9:
 The [[Butcher_tableau|Butcher tableau]] for the adaptive Dormand–Prince method is: The [[Butcher_tableau|Butcher tableau]] for the adaptive Dormand–Prince method is:
  
-+|0| | | | | | | |  
-1/5 +|1/5|1/5| | | | | | | 
-1/5 +|3/10|3/40|9/40| | | | | | 
-3/10 +|4/5|44/45|-56/15|32/9| | | | | 
-3/40 +|8/9|19372/6561|-25360/2187|64448/6561|-212/729 | | | | 
-9/40 +|1|9017/3168|-355/33|46732/5247|49/176|−5103/18656| | | 
-4/5 +|1|35/384|0|500/1113|125/192|−2187/6784|11/84 | | 
-44/45 +| |35/384|0|500/1113|125/192|−2187/6784|11/84 |0| 
--56/15 +| |5179/57600|0|7571/16695|393/640|−92097/339200|187/2100|1/40| 
-32/9 + 
-8/9 + 
-19372/6561 +The first row of b coefficients gives the fifth-order accurate solution, and the second row gives the fourth-order accurate solution. 
--25360/2187 + 
-64448/6561 +
--212/729 +
-1 +
-9017/3168 +
--355/33 +
-46732/5247 +
-49/176 +
--5103/18656 +
-+
-35/384 +
-0 +
-500/1113 +
-125/192 +
--2187/6784 +
-11/84 +
-5179/57600 +
-0 +
-7571/16695 +
-393/640 +
--92097/339200 +
-187/2100 +
-1/40 +
-35/384 +
-+
-500/1113 +
-125/192 +
--2187/6784 +
-11/84 +
-0+
 Applicable [[Solver_settings|solver settings]]: Applicable [[Solver_settings|solver settings]]:
  
Line 68: Line 40:
   * Dormand, J. R. and P. J. Prince, “A family of embedded Runge-Kutta formulae,” //J. Comp. Appl. Math.//, Vol. 6, 1980, pp 19-26.   * Dormand, J. R. and P. J. Prince, “A family of embedded Runge-Kutta formulae,” //J. Comp. Appl. Math.//, Vol. 6, 1980, pp 19-26.
  
 +  * http://en.wikipedia.org/wiki/Dormand-Prince
  
  
dopri45.1574080453.txt.gz · Last modified: 2019/11/18 13:34 by 127.0.0.1