Function extrapolate_density

pub fn extrapolate_density(
    vd: &Mesh,
    rd: &Mesh,
    uc: &Mesh,
    gamma: f64,
    ratio: f64,
) -> Result<Mesh, Error>
Expand description

Generate new mesh using the BUDE method