pub fn inject_tile( global: &mut Array2<f64>, local: &Array2<f64>, tile: &CartesianTile, ) -> FusionResult<()>
Write the core (non-halo) region of a local tile back into the global array.