From 28a4fb16ab8777f37dbbc86df8025ae657f46e08 Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Sat, 14 May 2022 21:13:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4615c77..5115c75 100644 --- a/README.md +++ b/README.md @@ -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 three groups of 6 files, 14 files and 4 files. +There are three groups of 6 files, 17 files and 4 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 @@ -41,7 +41,7 @@ in the shell before running the program `ffmpeg -i part.%05d.tif -vcodec libx264 part.mp4` -### Simulations of wave equation, heat equation and Schrodinger equation. +### Simulations of wave equation and reaction-diffusion equations, including the Schrodinger equation. 1. *wave_billiard.c*: simulation of the (linear) wave equation 2. *wave_3d.c*: 3d rendering of wave equation