Skip to content

Commit 81fcf1d

Browse files
committed
fix: update benchmarks and test golden case.py files to bc%x/y/z naming
1 parent f448f33 commit 81fcf1d

6 files changed

Lines changed: 38 additions & 31 deletions

File tree

benchmarks/5eq_rk3_weno3_hllc/case.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,12 @@
209209
"riemann_solver": 2,
210210
"wave_speeds": 1,
211211
"avg_state": 2,
212-
"bc_x%beg": -6,
213-
"bc_x%end": -6,
214-
"bc_y%beg": -2,
215-
"bc_y%end": -3,
216-
"bc_z%beg": -2,
217-
"bc_z%end": -3,
212+
"bc%x%beg": -6,
213+
"bc%x%end": -6,
214+
"bc%y%beg": -2,
215+
"bc%y%end": -3,
216+
"bc%z%beg": -2,
217+
"bc%z%end": -3,
218218
# Formatted Database Files Structure Parameters
219219
"format": 1,
220220
"precision": 2,

benchmarks/hypo_hll/case.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
"riemann_solver": 1,
6565
"wave_speeds": 1,
6666
"avg_state": 2,
67-
"bc_x%beg": -3,
68-
"bc_x%end": -3,
69-
"bc_y%beg": -3,
70-
"bc_y%end": -3,
71-
"bc_z%beg": -3,
72-
"bc_z%end": -3,
67+
"bc%x%beg": -3,
68+
"bc%x%end": -3,
69+
"bc%y%beg": -3,
70+
"bc%y%end": -3,
71+
"bc%z%beg": -3,
72+
"bc%z%end": -3,
7373
# Turning on Hypoelasticity
7474
"hypoelasticity": "T",
7575
"fd_order": 4,

benchmarks/ibm/case.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@
6868
"riemann_solver": 2,
6969
"wave_speeds": 1,
7070
"avg_state": 2,
71-
"bc_x%beg": -3,
72-
"bc_x%end": -3,
73-
"bc_y%beg": -3,
74-
"bc_y%end": -3,
75-
"bc_z%beg": -3,
76-
"bc_z%end": -3,
71+
"bc%x%beg": -3,
72+
"bc%x%end": -3,
73+
"bc%y%beg": -3,
74+
"bc%y%end": -3,
75+
"bc%z%beg": -3,
76+
"bc%z%end": -3,
7777
# Turn on IBM
7878
"ib": "T",
7979
"num_ibs": 1,

benchmarks/igr/case.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"num_fluids": 1,
7272
"riemann_solver": 5,
7373
"time_stepper": 3,
74-
"bc_x%beg": -1,
75-
"bc_x%end": -1,
76-
"bc_y%beg": -1,
77-
"bc_y%end": -1,
78-
"bc_z%beg": -1,
79-
"bc_z%end": -1,
74+
"bc%x%beg": -1,
75+
"bc%x%end": -1,
76+
"bc%y%beg": -1,
77+
"bc%y%end": -1,
78+
"bc%z%beg": -1,
79+
"bc%z%end": -1,
8080
"igr": "T",
8181
"igr_order": 5,
8282
"igr_iter_solver": 1,

benchmarks/viscous_weno5_sgb_acoustic/case.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
"riemann_solver": 2,
115115
"wave_speeds": 1,
116116
"avg_state": 2,
117-
"bc_x%beg": -3,
118-
"bc_x%end": -3,
119-
"bc_y%beg": -3,
120-
"bc_y%end": -3,
121-
"bc_z%beg": -3,
122-
"bc_z%end": -3,
117+
"bc%x%beg": -3,
118+
"bc%x%end": -3,
119+
"bc%y%beg": -3,
120+
"bc%y%end": -3,
121+
"bc%z%beg": -3,
122+
"bc%z%end": -3,
123123
"viscous": "T",
124124
# Formatted Database Files Structure Parameters
125125
"format": 1,

tests/failed_uuids.txt

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)