Update Parameters_June21.md

This commit is contained in:
nilsberglund-orleans 2021-07-28 19:53:05 +02:00 committed by GitHub
parent f38aa27215
commit 831759ed47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ updated gradually. Some constants have been moved to global files in later versi
**Initial condition in function `animation()`:** `init_wave(-0.77, 0.18, phi, psi, xy_in);`
** In function `init_wave()`:** `phi[i][j] = 0.2*exp(-dist2/0.00025)*cos(-sqrt(dist2)/0.005);`
**In function `init_wave()`:** `phi[i][j] = 0.2*exp(-dist2/0.00025)*cos(-sqrt(dist2)/0.005);`
```