Fix 2D rotational periodicity by pcarruscag · Pull Request #1563 · su2code/SU2

@pcarruscag

@pcarruscag

@pcarruscag pcarruscag linked an issue

Mar 13, 2022

that may be closed by this pull request

WallyMaier

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

pcarruscag

@pcarruscag

TobiKattmann

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 :)

@pcarruscag @TobiKattmann

Co-authored-by: TobiKattmann <31306376+TobiKattmann@users.noreply.github.com>