Fix 2D rotational periodicity by pcarruscag · Pull Request #1563 · su2code/SU2
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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 :)
Comment on lines +746 to +747
| for (iVar = 1; iVar < 1+nDim; ++iVar) { | ||
| d_diDim[iVar-1] = rotBlock(iVar, iDim); |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fun with indices :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters