rkh10 Module Procedure

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

Hairer 10th order method.

References

  • Ernst Hairer, "A Runge-Kutta Method of Order 10" January 1978, IMA Journal of Applied Mathematics 21(1)

Arguments

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