Update README.md

This commit is contained in:
nilsberglund-orleans 2021-09-26 17:25:35 +02:00 committed by GitHub
parent 5b7bb06d7a
commit f347ef0717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -6,7 +6,7 @@ C code for videos on YouTube Channel https://www.youtube.com/c/NilsBerglund
Parameter values used in specific simulations will be gradually added to file `Parameters.md`, `Parameters_June21.md` and so on.
There are two groups of 4 files and 9 files:
There are two groups of 4 files and 10 files:
### Simulations of classical particles in billiards.
@ -41,9 +41,10 @@ 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. *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
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
9. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines
10. *schrodinger.c*: simulation of the Schrodinger equation
- Create subfolders `tif_wave`, `tif_heat`, `tif_schrod`
- Customize constants at beginning of .c file