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

Attempt to fix regularity recombination when array has size 0 #286

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

csskene
Copy link
Contributor

@csskene csskene commented Mar 8, 2024

HI
I encountered a problem a while a go with a code involving the transpose of the velocity gradient d3.trans(d3.grad(u)). The forward and backwards regularity recombination functions throw an error if data.shape has a zero in the first location, which can occur when using transposes.

A minimal working example is attached which crashes when run with four processors. This same error occurs on much larger resolution problems when the number of processors is large.

This pull request proposes a simple fix by being more specific in how the gdata array is reshaped, as it seems that the (-1,) part of the reshape may be the cause of this issue.

Best,
Calum

mwe.txt

@kburns kburns merged commit e3cab89 into DedalusProject:master Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants