Update README.md

This commit is contained in:
Nils Berglund
2023-07-22 16:39:12 +02:00
committed by GitHub
parent 2bf029d952
commit da05c937a9

View File

@@ -53,7 +53,8 @@ in the shell before running the program
4. *wave_energy.c*: a version of `wave_billiard` plotting the energy profile of the wave
5. *mangrove.c*: a version of `wave_billiard` with additional features to animate mangroves
6. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines
7. *rde.c*: simulation of reaction-diffusion equations, plots in 2D and 3D (including Schrödinger equation)
7. *rde.c*: simulation of reaction-diffusion equations, plots in 2D and 3D (including Schrödinger equation,
Euler equation, and shallow water equation)
8. *schrodinger.c*: simulation of the Schrodinger equation in 2D (old version)
9. *global_pdes.c*: global variables and parameters
10. *global_3d.c*: additional global variables for 3d version