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

fix step_* to allow tiled (is,ie) #1703

Merged
merged 2 commits into from
Jul 26, 2021
Merged

fix step_* to allow tiled (is,ie) #1703

merged 2 commits into from
Jul 26, 2021

Conversation

stevengj
Copy link
Collaborator

@stevengj stevengj commented Jul 26, 2021

Should fix problem in #1653 identified in #1655, where step_curl did not allow (little_corner0, big_corner) to be broken into smaller tiles.

The basic issue is that offsets into the PML "sigma" arrays need to be computed relative to the "global" iloc of the loop counters relative to the whole chunk gv, not relative to the tile (is,ie), but this was not being done correctly.

@stevengj stevengj added the bug label Jul 26, 2021
@stevengj stevengj merged commit cf3466e into master Jul 26, 2021
@stevengj stevengj deleted the tilestep_fix branch July 26, 2021 22:50
bencbartlett pushed a commit to bencbartlett/meep that referenced this pull request Sep 9, 2021
* fix step_* to allow tiled (is,ie)

* it really seems like this should be the 'is' corner
mawc2019 pushed a commit to mawc2019/meep that referenced this pull request Nov 3, 2021
* fix step_* to allow tiled (is,ie)

* it really seems like this should be the 'is' corner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant