Skip to content

Commit 86d28d6

Browse files
Use small config for debugging.
1 parent 78e5a8c commit 86d28d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/oscillator-overlap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Figure 6.1 RK4 RK4
1515
args: '-tss runge_kutta_4 runge_kutta_4 -wd 3 -dt 0.05 -sb 4 4 -s 8 -sf 1 2 -w 1 -o convergence-studies/subcycling_rk4_rk4.csv'
1616
- name: Figure 6.2a
17-
args: '--config fig6_2a_config.csv -tss runge_kutta_4 generalized_alpha -wd 3 -o convergence-studies/contour_data.csv'
17+
args: '--config fig6_2a_config_small.csv -tss runge_kutta_4 generalized_alpha -wd 3 -o convergence-studies/contour_data.csv'
1818
- name: Figure 6.2b S 2 4
1919
args: '-tss runge_kutta_4 generalized_alpha -dt 0.2 -wd 3 -sb 4 4 -o convergence-studies/compensation_S_2_4.csv'
2020
- name: Figure 6.2b S 2 8
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
time window size,time step size Mass-Left,time step size Mass-Right
2+
0.2,0.0499999999999999,0.0499999999999999
3+
0.2,0.0499999999999999,0.025
4+
0.2,0.0499999999999999,0.0124999999999999
5+
0.2,0.0499999999999999,0.0062499999999999
6+
0.2,0.0499999999999999,0.003125
7+
0.2,0.0499999999999999,0.0015625
8+
0.2,0.0499999999999999,0.0007812499999999
9+
0.2,0.0499999999999999,0.0003906249999999
10+
0.2,0.0499999999999999,0.0001953125
11+
0.2,0.0499999999999999,9.765625000001566e-05

0 commit comments

Comments
 (0)