pub fn is_diffusion_stable(alpha: f64, dt: f64, dx: f64) -> bool
Returns true if the explicit diffusion scheme (FTCS) is stable.
true