rkc65 Module Procedure

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

Calvo 6(5) method.

Reference

  • M. Calvo, J.I. Montijano, L. Randez, "A new embedded pair of Runge-Kutta formulas of orders 5 and 6", Computers & Mathematics with Applications, Volume 20, Issue 1, 1990, Pages 15-24

Arguments

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