I heard that Heun method was second-order Runge-Kutta method (RK2). Why "second-order" ?
Asked
Active
Viewed 71 times
2
-
2Why can't I accept an answer ? – May 15 '22 at 09:58
-
1You need to wait for 15 minutes – Emile Couzin May 15 '22 at 09:58
-
2Practical demonstration: steps, function evaluations and errors for Euler, Heun, RK3, RK4 – Lutz Lehmann May 15 '22 at 10:07
1 Answers
2
"Second order" means that when the step size is devided by 2, the error is devided by 4.

Emile Couzin
- 239