FourierFlows / FourierFlows.jl

Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains
https://bit.ly/FourierFlows
MIT License
207 stars 29 forks source link

Change dealiasing scheme from 2/3 (zeroing out components) to 3/2 (zero-padding) #290

Open navidcy opened 3 years ago

navidcy commented 3 years ago

This is more efficient (since you don't need to keep time-stepping the coefficients you zero out) and also it does not reduces the effective resolution of your problem.