rks10 Module Procedure

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

Stepanov 10th order (15 stage) method.

References

  • Misha Stepanov, "On Runge-Kutta methods of order 10" arXiv:2504.17329, 24 Apr 2025

Arguments

Type IntentOptional Attributes Name
class(rks10_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~~rks10~~CallsGraph proc~rks10 rks10 f f proc~rks10->f funcs funcs proc~rks10->funcs