rkb109 Module Procedure

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

Baker 10(9) method.

Reference

  • Tom Baker, University of Teeside, "RK-Aid software: RK10921M". Coefficients

Arguments

Type IntentOptional Attributes Name
class(rkb109_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~~rkb109~~CallsGraph proc~rkb109 rklib_variable_steps::rkb109 f f proc~rkb109->f funcs funcs proc~rkb109->funcs