rkr4 Module Procedure

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

Ralston 4th order method with minimum truncation error.

Reference

Arguments

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