rklk5a Module Procedure

module procedure rklk5a module subroutine rklk5a(me, t, x, h, xf)

Luther and Konen's 5th order method (1)

References

  • H.A.Luther and H.P.Konen, "Some Fifth-Order Classical Runge Kutta Formulas", Siam Review, Vol. 3, No. 7, (Oct., 1965) pages 551-558.

Arguments

Type IntentOptional Attributes Name
class(rklk5a_class), intent(inout) :: me
real(kind=wp), intent(in) :: t

initial time

real(kind=wp), intent(in), dimension(me%n) :: x

initial state

real(kind=wp), intent(in) :: h

time step

real(kind=wp), intent(out), dimension(me%n) :: xf

state at time t+h


Calls

proc~~rklk5a~~CallsGraph proc~rklk5a rklib_fixed_steps::rklk5a f f proc~rklk5a->f funcs funcs proc~rklk5a->funcs