Update file count and add new simulation routines

This commit is contained in:
Nils Berglund 2025-11-02 19:45:19 +01:00 committed by GitHub
parent 2bcc7e490f
commit aa023d3799
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 four groups of 8 files, 19 files, 5 files and 4 files.
There are four groups of 8 files, 19 files, 6 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
@ -104,7 +104,8 @@ in the shell before running the program
2. *global_ljones.c*: global variables and parameters
3. *sub_lj.c*: drawing and initialization routines
4. *sub_hashgrid.c*: hashgrid manipulation routines
5. *lj_movie.c*: render movie with precomputed particle positions
5. *sub_lj_sphere.c*: additional routines for simulations on sphere (some functions from 'sub_lj.c' moved here)
6. *lj_movie.c*: render movie with precomputed particle positions
(requires files lj_time_series.dat and lj_final_positions.dat generated by lennardjones)
- Create subfolder `tif_ljones`