Commit c85f950
committed
fix: loosen low_mach FP-stability threshold to 2e-7
The low_mach test exercises HLLC's low-Mach correction at near-zero
Mach, where (u_R - u_L) is fundamentally small. Verrou MCA sampling
variance puts the max_dev distribution typically around 5e-8 with a
tail occasionally hitting ~1e-7, making the previous 1e-7 threshold
flaky. Loosen to 2e-7 to absorb sampling noise.
After #1408 (WENO5 sum-of-squares beta) merges, the WENO contribution
to the cancellation chain disappears on uniform grids and the threshold
can be tightened back.1 parent ef20c51 commit c85f950
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments