Add files via upload

This commit is contained in:
nilsberglund-orleans 2021-07-29 17:10:55 +02:00 committed by GitHub
parent aeb03cd6d6
commit 386827f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1024 additions and 1 deletions

View File

@ -8,6 +8,13 @@ Below are parameter values used for different simulations, as well as initial co
function animation. Some simulations use variants of the published code. The list is going to be
updated gradually.
I changed the way the energy density is computed around 7 July. If you use a recent version of the code,
it may be necessary to modify two constants as follows:
```
#define SLOPE 1.0 /* sensitivity of color on wave amplitude */
#define E_SCALE 750.0 /* scaling factor for energy representation
```
### 28 July 21 - An invisibility cloak (first optimized version) ###

View File

@ -8,6 +8,13 @@ Below are parameter values used for different simulations, as well as initial co
function animation. Some simulations use variants of the published code. The list is going to be
updated gradually. Some constants have been moved to global files in later versions.
I changed the way the energy density is computed around 7 July. If you use a recent version of the code,
it may be necessary to modify two constants as follows:
```
#define SLOPE 1.0 /* sensitivity of color on wave amplitude */
#define E_SCALE 750.0 /* scaling factor for energy representation
```
### 30 June 21 - #shorts: Working the angle - 60 degrees ###

File diff suppressed because it is too large Load Diff