Go to the source code of this file.
Functions/Subroutines | |
subroutine | rkstep (neq, func, x, h, y0, yn, ak, w) |
subroutine rkstep | ( | integer,intent(in) | neq, | |
func | , | |||
real(8),intent(inout) | x, | |||
real(8),intent(inout) | h, | |||
real(8),dimension(neq),intent(inout) | y0, | |||
real(8),dimension(neq),intent(out) | yn, | |||
real(8),dimension(neq),intent(inout) | ak, | |||
real(8),dimension(neq),intent(out) | w | |||
) |
Definition at line 1 of file rkstep.f90.