-
Notifications
You must be signed in to change notification settings - Fork 849
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
Fix 2D rotational periodicity #1563
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this lightning quick bugfix and the additional testcase with meshing script 💐
I guess I still have to get used to having small meshes in the code repo from now on :)
for (iVar = 1; iVar < 1+nDim; ++iVar) { | ||
d_diDim[iVar-1] = rotBlock(iVar, iDim); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fun with indices :)
Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>
Fixes #1562