Trixi.jl icon indicating copy to clipboard operation
Trixi.jl copied to clipboard

Implement spectral analysis (FFT) of numerical solutions

Open ranocha opened this issue 1 year ago • 1 comments

It would be nice to be able to analyze the spectrum of numerical solutions via FFT, e.g., for the Taylor-Green vortex. This doesn't requir PDE-specific knowledge and would be a nice way to use FFTW.jl.

CC @jlchan

ranocha avatar Nov 07 '23 15:11 ranocha

See https://github.com/trixi-framework/paper-2022-robustness-entropy-projection/blob/6402bf40e13e50ce45fa3fd8852cb37e3092c9ae/julia_simulations/utilities.jl#L193-L217 for a 2D example

jlchan avatar Nov 07 '23 15:11 jlchan