Update README.md

This commit is contained in:
nilsberglund-orleans 2022-05-14 21:03:59 +02:00 committed by GitHub
parent 65f15cdee5
commit 0c4f144a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ 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 Schödinger equation)
7. *rde.c*: simulation of reaction-diffusion equations, plots in 2D and 3D (including Schrödinger 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