From 1e18820d2b051b717164d6eea123b9e3d2aa6864 Mon Sep 17 00:00:00 2001 From: nilsberglund-orleans <83530463+nilsberglund-orleans@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:58:17 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 0fd3a25..e97f993 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,12 @@ There are two groups of 4 files: ### Simulations of classical particles in billiards. 1. global_particles.c - 2. sub_part_billiard.c - 3. particle_billiard.c - 4. drop_billiard.c - Create subfolders 'tif_part', 'tif_drop' - - Customize constants at beginning of .c file - - Compile with gcc -o particle_billiard particle_billiard.c-O3 -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut @@ -35,19 +30,13 @@ ffmpeg -i part.%05d.tif -vcodec libx264 part.mp4 ### Simulations of wave equation, heat equation and Schrodinger equation. 1. global_pdes.c - 2. sub_wave.c - 3. wave_billiard.c - 4. heat.c - 5. schrodinger.c - Create subfolders 'tif_wave', 'tif_heat', 'tif_schrod' - - Customize constants at beginning of .c file - - Compile with gcc -o wave_billiard wave_billiard.c -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut -O3 -fopenmp