Commit da94a26
committed
Fix 2D convergence CI: start at N=32, lower WENO3 threshold to 1.8
N=16 (m=n=15) is below the minimum grid size for WENO5's 5-point stencil
and causes pre_process to abort. Start all 2D tests at N=32.
WENO3 on the stationary isentropic vortex is pre-asymptotic at N=32-128:
fitted rate ~2.02, local rate 1.83->2.21 (converging toward 3). Lower
threshold from 2.2 to 1.8 (expected=3, tol=1.2). The rate still clearly
exceeds the 1D result (1.77, Jiang-Shu smooth-extremum degradation), which
is the distinction this test is designed to demonstrate.1 parent b96d303 commit da94a26
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
| |||
161 | 165 | | |
162 | 166 | | |
163 | 167 | | |
164 | | - | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
0 commit comments