You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Fast Fourier Transformation (FFT) was used slightly incorrectly. When setting up the spatial mesh, points on both ends of the boundary are included. That introduces noise and aliasing because the domain is no longer its original size, but slightly larger. See also PR #6.
The fix proposed in PR #6 should also work here, but it would require some additional changes to the code in order to make subsequent operations work as well. Most importantly, the interpolation part of the semi-lagrangian advection scheme would require slight rethinking.
The text was updated successfully, but these errors were encountered:
In these three small simulation scripts:
the Fast Fourier Transformation (FFT) was used slightly incorrectly. When setting up the spatial mesh, points on both ends of the boundary are included. That introduces noise and aliasing because the domain is no longer its original size, but slightly larger. See also PR #6.
The fix proposed in PR #6 should also work here, but it would require some additional changes to the code in order to make subsequent operations work as well. Most importantly, the interpolation part of the semi-lagrangian advection scheme would require slight rethinking.
The text was updated successfully, but these errors were encountered: