Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dealiasing in >1 dimensions #281

Closed
navidcy opened this issue May 29, 2021 · 1 comment · Fixed by #282
Closed

Dealiasing in >1 dimensions #281

navidcy opened this issue May 29, 2021 · 1 comment · Fixed by #282
Labels

Comments

@navidcy
Copy link
Member

navidcy commented May 29, 2021

Seems like in >1 dimensions the dealias! zeros out wavenumbers, e.g.

|kx * Lx/2π| >nx/3 AND |ky * Ly/2π|>ny/3

instead of

|kx * Lx/2π| >nx/3 OR |ky * Ly/2π|>ny/3
@navidcy navidcy added the bug label May 29, 2021
@navidcy
Copy link
Member Author

navidcy commented May 29, 2021

cc @glwagner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant