From c78f6e60f1e990149230f857fcfbda7c502fc73c Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Sun, 26 Sep 2021 16:50:01 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3056181..25732d8 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ in the shell before running the program 4. *common_wave.c*: common functions of `wave_billiard` and `wave_comparison` 5. *wave_billiard.c*: simulation of the (linear) wave equation 6. *wave_comparison.c*: comparison of the wave equation in two different domains -7. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines -8. *schrodinger.c*: simulation of the Schrodinger equation +7. *mangrove.c*: a version of wave_billiard with additional features to animate mangroves +8. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines +9. *schrodinger.c*: simulation of the Schrodinger equation - Create subfolders `tif_wave`, `tif_heat`, `tif_schrod` - Customize constants at beginning of .c file