Papakostas-PapaGeorgiou 5(4) method (more stable, higher error)
Note
This is a first-same-as-last (FSAL) step.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(rkpp54_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 |
|
real(kind=wp), | intent(out), | dimension(me%n) | :: | xerr |
truncation error estimate for |