From: Ubuntu Date: Wed, 24 May 2023 23:15:00 +0000 (+0000) Subject: Yet more typos fixed, hopefully this is the last commit X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2c6004e3d4254a46a4db08f72361028244c2cf8;p=code-gallery.git Yet more typos fixed, hopefully this is the last commit --- diff --git a/Swift-Hohenberg-Solver/README.md b/Swift-Hohenberg-Solver/README.md index eba572e..0d16cb4 100755 --- a/Swift-Hohenberg-Solver/README.md +++ b/Swift-Hohenberg-Solver/README.md @@ -65,7 +65,8 @@ As usual, we multiply each side of the equation by a test function $$\overrightarrow\varphi_i = \begin{pmatrix} - \phi_i\\ \psi_i + \phi_i\\ + \psi_i \end{pmatrix}$$ to get the equation @@ -94,16 +95,17 @@ and then expand our solution vector in this basis $$\begin{aligned} \sum_j u_j\begin{pmatrix} \phi_i\\ - \psi_i + \psi_i \end{pmatrix}\cdot\begin{pmatrix} 1 - kr & k(1 + \Delta)\\ 1 + \Delta & -1 \end{pmatrix} \begin{pmatrix} - \phi_j\\\psi_j + \phi_j\\ + \psi_j \end{pmatrix} &= \begin{pmatrix} \phi_i\\ - \psi_i + \psi_i \end{pmatrix}\cdot\begin{pmatrix} U_{n-1} + kg_1U_{n-1}^2 - kU_{n-1}^3\\ 0