rks1110a Module Procedure

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

Stone's 26 stage combined order 10 and 11 Runge-Kutta scheme

Reference

Arguments

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