rkz10 Module Procedure

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

Zhang 10th order

Reference

  • David K. Zhang, "Discovering New Runge-Kutta Methods Using Unstructured Numerical Search", Thesis, April 16, 2019 1911.00318.pdf
  • Coefficients

Arguments

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