Skip to content

Commit 0f29843

Browse files
committed
Update 3_numerical.rst
1 parent c8a9419 commit 0f29843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/3_numerical.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This yields a global error of order :math:`O(\Delta t^4)` with four velocity eva
9999

100100
**Sixth-Order Runge-Kutta (RK6)**
101101

102-
The seven-stage scheme uses non-uniform weights to attain global :math:`O(\Delta t^6)` accuracy. This method originates from [Butcher]_.
102+
The seven-stage scheme ``ERK6(7)`` uses non-uniform weights to attain global :math:`O(\Delta t^6)` accuracy. This method originates from [Butcher]_.
103103
As for the coefficients for ``RK6`` are more complex to write into equations, the Butcher table is given as follows.
104104

105105
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
@@ -122,7 +122,7 @@ As for the coefficients for ``RK6`` are more complex to write into equations, th
122122
| :math:`b_i` | :math:`1/12` | :math:`0` | :math:`0` | :math:`0` | :math:`5/12` | :math:`5/12` | :math:`1/12` |
123123
+-----------------------------+-------------------------------+----------------------------+---------------------------------+------------------------------+-----------------------------+--------------------------+-------------------------+
124124

125-
125+
In our computation, the up symbol side is applied, in other words, ``±`` represents ``+``, taking :math:`\lambda=+\sqrt{5}`.
126126

127127

128128

0 commit comments

Comments
 (0)