-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
87 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
PARAMETER p s | ||
POINTS ( 2 10 ) ( 4 10 ) ( 8 10 ) ( 16 10 ) ( 32 10 ) ( 2 20 ) ( 4 20 ) ( 8 20 ) ( 16 20 ) ( 32 20 ) ( 2 30 ) ( 4 30 ) ( 8 30 ) ( 16 30 ) ( 32 30 ) ( 2 40 ) ( 4 40 ) ( 8 40 ) ( 16 40 ) ( 32 40 ) ( 2 50 ) ( 4 50 ) ( 8 50 ) ( 16 50 ) ( 32 50 ) | ||
|
||
REGION main | ||
# formula: 1 + 0.05 * s^1.5 * p | ||
DATA 4.16227766 | ||
DATA 7.32455532 | ||
DATA 13.64911064 | ||
DATA 26.29822128 | ||
DATA 51.59644256 | ||
DATA 9.94427191 | ||
DATA 18.88854382 | ||
DATA 36.77708764 | ||
DATA 72.55417528 | ||
DATA 144.1083506 | ||
DATA 17.43167673 | ||
DATA 33.86335345 | ||
DATA 66.7267069 | ||
DATA 132.4534138 | ||
DATA 263.9068276 | ||
DATA 26.29822128 | ||
DATA 51.59644256 | ||
DATA 102.1928851 | ||
DATA 203.3857703 | ||
DATA 405.7715405 | ||
DATA 36.35533906 | ||
DATA 71.71067812 | ||
DATA 142.4213562 | ||
DATA 283.8427125 | ||
DATA 566.6854249 | ||
|
||
REGION compute | ||
# formula: 2 + 0.884 * s * log(p) | ||
DATA 10.84 | ||
DATA 19.68 | ||
DATA 28.52 | ||
DATA 37.36 | ||
DATA 46.2 | ||
DATA 19.68 | ||
DATA 37.36 | ||
DATA 55.04 | ||
DATA 72.72 | ||
DATA 90.4 | ||
DATA 28.52 | ||
DATA 55.04 | ||
DATA 81.56 | ||
DATA 108.08 | ||
DATA 134.6 | ||
DATA 37.36 | ||
DATA 72.72 | ||
DATA 108.08 | ||
DATA 143.44 | ||
DATA 178.8 | ||
DATA 46.2 | ||
DATA 90.4 | ||
DATA 134.6 | ||
DATA 178.8 | ||
DATA 223 | ||
|
||
REGION flat | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 | ||
DATA 42.0 |