Add files via upload
This commit is contained in:
parent
aeb03cd6d6
commit
386827f131
@ -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) ###
|
||||
|
||||
|
@ -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 ###
|
||||
|
||||
|
1011
Parameters_May21.md
1011
Parameters_May21.md
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user