Skip to content

Fix 2D rotational periodicity#1563

Merged
pcarruscag merged 3 commits intodevelopfrom
fix_2d_periodic_rotation
Mar 16, 2022
Merged

Fix 2D rotational periodicity#1563
pcarruscag merged 3 commits intodevelopfrom
fix_2d_periodic_rotation

Conversation

@pcarruscag
Copy link
Member

Fixes #1562

Copy link
Contributor

@WallyMaier WallyMaier left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@TobiKattmann TobiKattmann left a 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 :)

Comment on lines +746 to +747
for (iVar = 1; iVar < 1+nDim; ++iVar) {
d_diDim[iVar-1] = rotBlock(iVar, iDim);
Copy link
Contributor

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>
@pcarruscag pcarruscag merged commit c8ccde5 into develop Mar 16, 2022
@pcarruscag pcarruscag deleted the fix_2d_periodic_rotation branch March 16, 2022 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2D-ROTATIONAL PERIODIC BOUNDARY CONDITION BUG

3 participants