From 0c4f144a65c9b4fb35f07c97304c77bf3cd735fe Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Sat, 14 May 2022 21:03:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a45dc2..4615c77 100644 --- a/README.md +++ b/README.md @@ -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