Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | x | |||
real(kind=real64), | intent(in) | :: | y(3) | |||
real(kind=real64), | intent(in) | :: | p |
single step of RK4
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
procedure(odefun) | :: | f | ||||
real(kind=real64) | :: | x0 | ||||
real(kind=real64) | :: | y0(:) | ||||
real(kind=real64) | :: | h | ||||
real(kind=real64) | :: | odefun_param |