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
<p>This scheme yields a global error of order <spanclass="math notranslate nohighlight">\(O(\Delta t^2)\)</span> with two velocity evaluations per step.</p>
<p>The seven-stage scheme <codeclass="docutils literal notranslate"><spanclass="pre">ERK6(7)</span></code> uses non-uniform weights to attain global <spanclass="math notranslate nohighlight">\(O(\Delta t^6)\)</span> accuracy, originating from <aclass="reference internal" href="9_references.html#butcher1964" id="id1"><span>[Butcher1964]</span></a>.
@@ -220,7 +233,7 @@
220
233
</tr>
221
234
</tbody>
222
235
</table>
223
-
<p>In our computation, the up symbol side is applied, in other words, <codeclass="docutils literal notranslate"><spanclass="pre">±</span></code> represents <codeclass="docutils literal notranslate"><spanclass="pre">+</span></code>, taking <spanclass="math notranslate nohighlight">\(\lambda=+\sqrt{5}\)</span>. With 15 digis are kept, the Butcher table used by the author is shown in the following table.</p>
236
+
<p>In our computation, the up symbol side is applied, in other words, <codeclass="docutils literal notranslate"><spanclass="pre">±</span></code> represents <codeclass="docutils literal notranslate"><spanclass="pre">+</span></code>, taking <spanclass="math notranslate nohighlight">\(\lambda=+\sqrt{5}\)</span>. With 15 digis are kept, the explicit Butcher table for <codeclass="docutils literal notranslate"><spanclass="pre">RK6</span></code> used by the author is shown in the following table.</p>
In our computation, the up symbol side is applied, in other words, ``±`` represents ``+``, taking :math:`\lambda=+\sqrt{5}`. With 15 digis are kept, the Butcher table used by the author is shown in the following table.
125
+
In our computation, the up symbol side is applied, in other words, ``±`` represents ``+``, taking :math:`\lambda=+\sqrt{5}`. With 15 digis are kept, the explicit Butcher table for ``RK6`` used by the author is shown in the following table.
0 commit comments