rko10 Module Procedure

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

Ono's 10th order method

References

  • Hiroshi Ono, "A Runge-Kutta method of order 10 which minimizes truncation error", The Japan Society for Industrial and Applied Mathematics, Vol. 13, No. 1, 2003, pp 35 - 44.

Arguments

Type IntentOptional Attributes Name
class(rko10_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~~rko10~~CallsGraph proc~rko10 rklib_fixed_steps::rko10 f f proc~rko10->f funcs funcs proc~rko10->funcs