File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1885,6 +1885,15 @@ def foreach_example():
18851885 # is platform-marginal (CPU goldens fail on most GPU lanes). The fast
18861886 # "Non-Newtonian -> IBM" suite case covers IBM+NN portably at 1e-12.
18871887 "2D_ibm_poiseuille_nn" ,
1888+ # Two immersed boundaries colliding across a periodic boundary via a stiff
1889+ # soft-sphere spring. The spring acts as a strong amplifier: it turns the
1890+ # ~1e-13 CPU/GPU floating-point difference in the hydrodynamic force (the
1891+ # order-dependent atomic surface-pressure integral) into an exponentially
1892+ # growing trajectory divergence, so the sharp-interface field fails the
1893+ # golden tolerance on GPU lanes even though both runs are individually
1894+ # reproducible. Not a correctness bug -- the case is genuinely chaotic at
1895+ # this stiffness, so it is not a portable regression target.
1896+ "3D_mibm_periodic_collision" ,
18881897 ]
18891898 if path in casesToSkip :
18901899 continue
You can’t perform that action at this time.
0 commit comments