A row of instanced 3D bars is a 1D wave equation stepped by an explicit finite-difference scheme, and every setting you touch feeds directly into the Courant–Friedrichs–Lewy (CFL) condition that decides whether that scheme is numerically stable. In Adaptive mode the timestep is recomputed from a target Courant number every frame, so a finer grid automatically buys itself a smaller, safe Δt — and a fixed compute budget of substeps per animation frame means that safety is not free: push resolution high enough and the simulation visibly falls behind real time, exactly the resource/accuracy trade-off the article on simulation performance describes. Switch to Manual mode and fix Δt directly instead: raise the grid resolution with nothing else changed and watch the same wave that was perfectly stable start to blow up once the Courant number quietly crosses 1.