Skip to content

Commit

Permalink
TL: nah ... leave it to pypi to code its website properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tlunet committed Jun 14, 2024
1 parent 6207716 commit a9e1147
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,21 @@ and more general multi-stages time-integration methods (like Runge-Kutta, etc ..

It allows to generate $Q$-coefficients for multi-stages methods (equivalent to Butcher tables) :

![formula](https://qmat.readthedocs.io/en/latest/_static/formula.png)
$$
Q\text{-coefficients : }
\begin{array}{c|c}
\tau & Q \\
\hline
& w^\top
\end{array}
\quad \Leftrightarrow \quad
\begin{array}{c|c}
c & A \\
\hline
& b^\top
\end{array}
\quad\text{(Butcher table)}
$$

and many different **lower-triangular** approximation of the $Q$ matrix, named $Q_\Delta$,
which are key elements for Spectral Deferred Correction (SDC), or more general Iterated Runge-Kutta Methods.
Expand Down

0 comments on commit a9e1147

Please sign in to comment.