rkb6 Module Procedure

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

Butcher's 6th order method. 7 function evaluations.

References

  • Butcher, J. (1964). On Runge-Kutta processes of high order. Journal of the Australian Mathematical Society, 4(2), 179-194.

Arguments

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