Commit 0f17c80b authored by Paul Schütze's avatar Paul Schütze Committed by Simon Spannagel
Browse files

Fix butcher tableau for Kutta 3rd order

parent 92d78fcc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,8 +94,8 @@ This tableau implements a simple and fast third-order Kutta integration which on
\begin{array}
{c|ccc}
0                   \\
0 & 1/2             \\
0 &  -1 &   2       \\
1/2 & 1/2             \\
1 &  -1 &   2       \\
\hline
  & 1/6 & 2/3 & 1/6 \\
\end{array}