Update Parameters_June21.md

This commit is contained in:
nilsberglund-orleans 2021-07-28 18:16:27 +02:00 committed by GitHub
parent d24bdf5906
commit e7b6ba47c5
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);`
```