view fourInv.m @ 1080:753de514ae77 feature/poroelastic

Add H_1D to LaplaceCurvilinearNewCorner
author Martin Almquist <malmquist@stanford.edu>
date Sun, 03 Mar 2019 15:00:42 -0800
parents f6ada1719420
children
line wrap: on
line source

function u = ifour(u_hat)
    u_hat = ifftshift(u_hat);
    u = ifft(u_hat);
end