Add files via upload

This commit is contained in:
nilsberglund-orleans
2021-10-03 14:24:56 +02:00
committed by GitHub
parent c08c8c55ca
commit 641a28cd3d
9 changed files with 702 additions and 4 deletions

4
heat.c
View File

@@ -132,6 +132,8 @@
/* Color schemes, see list in global_pdes.c */
#define COLOR_PALETTE 0 /* Color palette, see list in global_pdes.c */
#define BLACK 1 /* black background */
#define COLOR_SCHEME 1 /* choice of color scheme */
@@ -151,6 +153,8 @@
// #define HUEAMP -130.0 /* amplitude of variation of hue for color scheme C_HUE */
#include "hsluv.c"
#include "global_pdes.c"
#include "sub_wave.c"