Add files via upload

This commit is contained in:
nilsberglund-orleans 2021-07-28 07:07:00 +02:00 committed by GitHub
parent a8c4c3f4de
commit c02c541080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,8 @@ updated gradually.
**Program:** `wave_billiard.c`
**Initial condition in function `animation()`:** `init_planar_wave(XMIN + 0.05, 0.0, phi, psi, xy_in);`
```
#define MOVIE 1 /* set to 1 to generate movie */
@ -160,8 +162,6 @@ updated gradually.
#define PID 1.570796327
init_planar_wave(XMIN + 0.05, 0.0, phi, psi, xy_in);
```
### 19 July 21 - 10,000 particles on a genus 10 surface ###