Skip to content

Commit

Permalink
Merge pull request #169 from Sam0h51/master
Browse files Browse the repository at this point in the history
Updated README in Swift-Hohenberg-Solver
  • Loading branch information
bangerth authored Feb 20, 2024
2 parents 4752aef + 29a2389 commit a6d7437
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Swift-Hohenberg-Solver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wavelength of $2\pi$. We choose $r = 0.3$ because solutions are
reasonably well behaved for small values of $r$ and $g_1$, but there
are interesting behaviors that occur when $g_1$ is smaller or larger
than $r$ in magnitude, so this allows us room to vary $g_1$ and
explore these behavior. To summarize, this code solves:
explore these behavior. Additionally, we choose $r = 0.3$ because this matches the parameters used by Gurevich in [1]. We chose our parameters to match so that we could compare the output of our program to the results presented in [1], which was useful for validating that our code was functioning properly during the developement process. To summarize, this code solves:

@f{align*}{
\frac{\partial u}{\partial t} = 0.3u - (1 + \Delta)^2 u + g_1 u^2 - u^3
Expand Down Expand Up @@ -259,4 +259,8 @@ patterns that form. Each image sequence was taken at times 0, 10, 25,

![image](./doc/images/Sphere_Random_Table.png)

![image](./doc/images/Sinusoid_Random_Table.png)
![image](./doc/images/Sinusoid_Random_Table.png)

# References

[1] Svetlana Gurevich. *Chapter 4: Swift-Hohenberg Equation*. url : https://www.uni-muenster.de/Physik.TP/archive/fileadmin/lehre/NumMethoden/SoSe10/Skript/SH.pdf.

0 comments on commit a6d7437

Please sign in to comment.