Update file count and add new simulation routines
This commit is contained in:
@@ -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.
|
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:
|
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
|
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
|
2. *global_ljones.c*: global variables and parameters
|
||||||
3. *sub_lj.c*: drawing and initialization routines
|
3. *sub_lj.c*: drawing and initialization routines
|
||||||
4. *sub_hashgrid.c*: hashgrid manipulation 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)
|
(requires files lj_time_series.dat and lj_final_positions.dat generated by lennardjones)
|
||||||
|
|
||||||
- Create subfolder `tif_ljones`
|
- Create subfolder `tif_ljones`
|
||||||
|
|||||||
Reference in New Issue
Block a user