Add files via upload

This commit is contained in:
Nils Berglund
2022-06-25 15:49:37 +02:00
committed by GitHub
parent fc192fb978
commit 419902e963
19 changed files with 2111 additions and 576 deletions

6
heat.c
View File

@@ -35,7 +35,7 @@
#include <tiffio.h> /* Sam Leffler's libtiff library. */
#include <omp.h>
#define MOVIE 0 /* set to 1 to generate movie */
#define MOVIE 1 /* set to 1 to generate movie */
/* General geometrical parameters */
@@ -671,7 +671,7 @@ void animation()
glutSwapBuffers();
draw_wave(phi, xy_in, 1.0, 0);
if (DRAW_BILLIARD) draw_billiard();
if (DRAW_BILLIARD) draw_billiard(0, 1.0);
// print_Julia_parameters(i);
// print_level(MDEPTH);
@@ -698,7 +698,7 @@ void animation()
for (j=0; j<NVID; j++) evolve_wave(phi, phi_tmp, xy_in);
if (DRAW_BILLIARD) draw_billiard();
if (DRAW_BILLIARD) draw_billiard(0, 1.0);
// print_level(MDEPTH);
// print_Julia_parameters(i);