Add files via upload

This commit is contained in:
nilsberglund-orleans
2021-07-30 10:25:50 +02:00
committed by GitHub
parent 9716df4078
commit 238c4f5844
4 changed files with 290 additions and 15 deletions

View File

@@ -39,6 +39,11 @@
#define C_RAND_DISPLACED 2 /* randomly displaced square grid */
#define C_RAND_PERCOL 3 /* random percolation arrangement */
#define C_RAND_POISSON 4 /* random Poisson point process */
#define C_CLOAK 5 /* invisibility cloak */
#define C_CLOAK_A 6 /* first optimized invisibility cloak */
#define C_NOTHING 99 /* no circle at all, for comparisons */
/* Billiard tables for heat equation */