pub fn extrapolate_density( vd: &Mesh, rd: &Mesh, uc: &Mesh, gamma: f64, ratio: f64, ) -> Result<Mesh, Error>
Generate new mesh using the BUDE method