Mayank447 / Pseudo-Spectral-Discretization

GNU General Public License v3.0
0 stars 1 forks source link

Prefer `np.fft` functions over hand-rolled #6

Closed chillenzer closed 3 weeks ago

chillenzer commented 1 month ago

We should use fftfreq and fftshift instead of hand-rolling the eigenvalues of free derivatives.

Mayank447 commented 1 month ago

Resolved in #9

Mayank447 commented 1 month ago

Also just for reference, we don't really require fftshift based on the DFT Matrix.