RungeKuttaDP45Module Module Source file:RungeKuttaDP45


Dormand-Prince RK5(4)7M (DOPRI5 / MATLAB ode45): 7-stage FSAL embedded
Runge-Kutta. The 5th-order solution (dp_b*) is propagated; the 4th-order
estimate only feeds the error term (dp_e* = b5 - b4).

Dependencies

Subroutines
  • TClassRungeKuttaDP45(this, n, nw, ind, x, y, w, xend, tol, settings, fcn)
    • TCambComponent target  :: this
    • integer intent(in) :: n
    • integer intent(in) :: nw
    • integer intent(inout) :: ind
    • real(dl) intent(inout) :: x
    • real(dl) intent(inout) :: y(n)
    • real(dl) intent(inout) :: w(nw, 9)
    • real(dl) intent(in) :: xend
    • real(dl) intent(in) :: tol
    • RungeKuttaDP45Settings intent(inout)  :: settings
    • external  :: fcn