Compute a function (evaluated on a grid) on a given (finer) grid.
change_grid(fct, grid, new_grid)
a numerical vector, the function to evaluate on the new grid.
a numerical vector, the initial grid.
a numerical vector, the new grid.
a numerical vector, the approximation of the function on the new grid.