rklk5b Interface

interface
private module subroutine rklk5b(me, t, x, h, xf)

Arguments

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