rkbs54 Module Procedure

module procedure rkbs54 module subroutine rkbs54(me, t, x, h, xf, xerr)

Bogacki & Shampine 5(4)

Reference

  • P. Bogacki & L.F. Shampine, "An efficient Runge-Kutta (4,5) pair" Computers & Mathematics with Applications, Volume 32, Issue 6, September 1996, Pages 15-28
  • Coefficients
  • This pair is in rksuite (METHD = 2)

Arguments

Type IntentOptional Attributes Name
class(rkbs54_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

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

truncation error estimate for x


Calls

proc~~rkbs54~~CallsGraph proc~rkbs54 rklib_variable_steps::rkbs54 f f proc~rkbs54->f funcs funcs proc~rkbs54->funcs