-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle subdimensions correctly for GET DIRECT CONSTANTS and fix …
…EXCEPT handling (#125) Fixes #124 Fixes #134 Co-authored-by: Chris Campbell <[email protected]>
- Loading branch information
1 parent
bd0a724
commit 2fdfb34
Showing
11 changed files
with
442 additions
and
68 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
f,A2,A3 | ||
C1,12,13 | ||
C2,22,23 |
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
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
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,214 @@ | ||
a[A1] | ||
0 1 | ||
a[A2] | ||
0 1 | ||
a[A3] | ||
0 1 | ||
b[A2] | ||
0 2 | ||
b[A3] | ||
0 2 | ||
c[A1,C1] | ||
0 3 | ||
c[A1,C2] | ||
0 3 | ||
c[A1,C3] | ||
0 3 | ||
c[A2,C1] | ||
0 3 | ||
c[A2,C2] | ||
0 3 | ||
c[A2,C3] | ||
0 3 | ||
c[A3,C1] | ||
0 3 | ||
c[A3,C2] | ||
0 3 | ||
c[A3,C3] | ||
0 3 | ||
d[A2,C1] | ||
0 4 | ||
d[A3,C1] | ||
0 4 | ||
e[A1,C2] | ||
0 5 | ||
e[A1,C3] | ||
0 5 | ||
e[A2,C2] | ||
0 5 | ||
e[A2,C3] | ||
0 5 | ||
e[A3,C2] | ||
0 5 | ||
e[A3,C3] | ||
0 5 | ||
except3[E1,F1,G1] | ||
0 3 | ||
except3[E1,F1,G2] | ||
0 3 | ||
except3[E1,F2,G1] | ||
0 3 | ||
except3[E1,F2,G2] | ||
0 3 | ||
except3[E2,F1,G1] | ||
0 3 | ||
except3[E2,F1,G2] | ||
0 3 | ||
except3[E2,F2,G1] | ||
0 3 | ||
except4[E1,F1,G1,H1] | ||
0 4 | ||
except4[E1,F1,G1,H2] | ||
0 4 | ||
except4[E1,F1,G2,H1] | ||
0 4 | ||
except4[E1,F1,G2,H2] | ||
0 4 | ||
except4[E1,F2,G1,H1] | ||
0 4 | ||
except4[E1,F2,G1,H2] | ||
0 4 | ||
except4[E1,F2,G2,H1] | ||
0 4 | ||
except4[E1,F2,G2,H2] | ||
0 4 | ||
except4[E2,F1,G1,H1] | ||
0 4 | ||
except4[E2,F1,G1,H2] | ||
0 4 | ||
except4[E2,F1,G2,H1] | ||
0 4 | ||
except4[E2,F1,G2,H2] | ||
0 4 | ||
except4[E2,F2,G1,H1] | ||
0 4 | ||
except4[E2,F2,G1,H2] | ||
0 4 | ||
except4[E2,F2,G2,H1] | ||
0 4 | ||
f[A1,C1] | ||
0 6 | ||
FINAL TIME | ||
0 1 | ||
g[A2] | ||
0 7 | ||
g[A3] | ||
0 7 | ||
h[A1] | ||
0 8 | ||
INITIAL TIME | ||
0 0 | ||
input | ||
0 0 | ||
j[D1] | ||
0 10 | ||
j[D2] | ||
0 20 | ||
k[A2] | ||
0 11 | ||
1 11 | ||
k[A3] | ||
0 11 | ||
1 11 | ||
o[A3] | ||
0 9 | ||
p[A1,C2] | ||
0 10 | ||
p[A1,C3] | ||
0 10 | ||
p[A2,C1] | ||
0 10 | ||
p[A2,C2] | ||
0 10 | ||
p[A2,C3] | ||
0 10 | ||
p[A3,C1] | ||
0 10 | ||
p[A3,C2] | ||
0 10 | ||
p[A3,C3] | ||
0 10 | ||
q[A1,C1] | ||
0 11 | ||
q[A1,C2] | ||
0 11 | ||
q[A1,C3] | ||
0 11 | ||
q[A2,C1] | ||
0 11 | ||
q[A2,C3] | ||
0 11 | ||
q[A3,C1] | ||
0 11 | ||
q[A3,C3] | ||
0 11 | ||
r[A1,C2] | ||
0 12 | ||
r[A1,C3] | ||
0 12 | ||
r[A2,C2] | ||
0 12 | ||
r[A2,C3] | ||
0 12 | ||
r[A3,C2] | ||
0 12 | ||
r[A3,C3] | ||
0 12 | ||
s[A2] | ||
0 14 | ||
s[A3] | ||
0 13 | ||
SAVEPER | ||
0 1 | ||
t[A2,C2] | ||
0 15 | ||
t[A2,C3] | ||
0 15 | ||
t[A3,C2] | ||
0 15 | ||
t[A3,C3] | ||
0 15 | ||
TIME STEP | ||
0 1 | ||
u[A2] | ||
0 1 | ||
1 1 | ||
u[A3] | ||
0 1 | ||
1 1 | ||
v[A2] | ||
0 1 | ||
1 1 | ||
v[A3] | ||
0 1 | ||
1 1 | ||
w[A1] | ||
0 1 | ||
1 1 | ||
x[A1] | ||
0 3 | ||
1 3 | ||
y[A2,C2] | ||
0 3 | ||
1 3 | ||
y[A2,C3] | ||
0 3 | ||
1 3 | ||
y[A3,C2] | ||
0 3 | ||
1 3 | ||
z[A1] | ||
0 10 | ||
z[A2] | ||
0 125 | ||
1 125 | ||
z[A3] | ||
0 125 | ||
1 125 | ||
z ref a | ||
0 25 | ||
z ref b | ||
0 5 | ||
z total | ||
0 250 | ||
1 250 |
Oops, something went wrong.