You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/3_numerical.rst
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ This yields a global error of order :math:`O(\Delta t^4)` with four velocity eva
74
74
75
75
**Sixth-Order Runge-Kutta (RK6)**
76
76
77
-
The seven-stage scheme uses non-uniform weights to attain global :math:`O(\Delta t^6)` accuracy. This method originates from
77
+
The seven-stage scheme uses non-uniform weights to attain global :math:`O(\Delta t^6)` accuracy. This method originates from [Butcher]_, as well as the coefficients (Butcher table) listed in the basically-tailest table of the reference.
78
+
78
79
79
80
.. math::
80
81
@@ -108,6 +109,25 @@ This scheme incurs a global error of order with six velocity evaluations.
0 commit comments