Update README.md

This commit is contained in:
nilsberglund-orleans 2021-09-28 23:01:26 +02:00 committed by GitHub
parent ee62ea9581
commit 39a399009a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,8 @@ in the shell before running the program
4. *common_wave.c*: common functions of `wave_billiard` and `wave_comparison` 4. *common_wave.c*: common functions of `wave_billiard` and `wave_comparison`
5. *wave_billiard.c*: simulation of the (linear) wave equation 5. *wave_billiard.c*: simulation of the (linear) wave equation
6. *wave_comparison.c*: comparison of the wave equation in two different domains 6. *wave_comparison.c*: comparison of the wave equation in two different domains
7. *wave_energy.c*: a version of wave_billiard plotting the energy profile of the wave 7. *wave_energy.c*: a version of `wave_billiard` plotting the energy profile of the wave
8. *mangrove.c*: a version of wave_billiard with additional features to animate mangroves 8. *mangrove.c*: a version of `wave_billiard` with additional features to animate mangroves
9. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines 9. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines
10. *schrodinger.c*: simulation of the Schrodinger equation 10. *schrodinger.c*: simulation of the Schrodinger equation