pub fn cfl_timestep(grid: &MacGrid, safety: f64) -> f64
CFL-stable time-step for the MAC grid.
Returns safety * dx / u_max where u_max is the maximum face speed. Falls back to safety * dx when the grid is quiescent.
safety * dx / u_max
u_max
safety * dx