Skip to main content

is_diffusion_stable

Function is_diffusion_stable 

Source
pub fn is_diffusion_stable(alpha: f64, dt: f64, dx: f64) -> bool
Expand description

Returns true if the explicit diffusion scheme (FTCS) is stable.