From 7c444b3a0b3c5f4a0d8d5efc820b8d6d87b32d69 Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Sun, 24 Oct 2021 15:32:53 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e905cc4..5277354 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,12 @@ 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 5 files and 10 files. -In addition `hsluv.c`and `hsluv.h` from https://github.com/adammaj1/hsluv-color-gradient for the color scheme have been included. +There are two groups of 5 files and 11 files. +In addition the following files handling color schemes have been included: + +1. `hsluv.c`and `hsluv.h` from https://github.com/adammaj1/hsluv-color-gradient +2. `turbo_colormap.c` from https://gist.github.com/mikhailov-work/6a308c20e494d9e0ccc29036b28faa7a +3. `colormaps.c` containing look-up tables from https://github.com/yuki-koyama/tinycolormap ### Simulations of classical particles in billiards. @@ -41,12 +45,13 @@ in the shell before running the program 2. *sub_wave.c*: drawing/computation routines common to `wave_billiard`, `heat` and `schrodinger` 3. *sub_wave_comp.c*: some modified functions needed by `wave_comparison` 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. *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 +5. *colors_waves.c*: colormaps used by wave simulations +6. *wave_billiard.c*: simulation of the (linear) wave equation +7. *wave_comparison.c*: comparison of the wave equation in two different domains +8. *wave_energy.c*: a version of `wave_billiard` plotting the energy profile of the wave +9. *mangrove.c*: a version of `wave_billiard` with additional features to animate mangroves +10. *heat.c*: simulation of the heat equation, with optional drawing of gradient field lines +11. *schrodinger.c*: simulation of the Schrodinger equation - Create subfolders `tif_wave`, `tif_heat`, `tif_schrod` - Customize constants at beginning of .c file