rkl5 Module Procedure

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

5th order Lawson

References

  • An Order Five Runge Kutta Process with Extended Region of Stability, J. Douglas Lawson, Siam Journal on Numerical Analysis, Vol. 3, No. 4, (Dec., 1966) pages 593-597

Arguments

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