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

Exclude corner cells in LaplaceXY #1957

Merged
merged 4 commits into from
Mar 10, 2020
Merged

Exclude corner cells in LaplaceXY #1957

merged 4 commits into from
Mar 10, 2020

Conversation

ZedThree
Copy link
Member

@ZedThree ZedThree commented Mar 9, 2020

Think this should've been in #1885 maybe. My bad, definitely a downside to breaking #1803 into separate PRs!

This is why half the PR tests are failing. Not sure why the other half are yet

johnomotani
johnomotani previously approved these changes Mar 9, 2020
@ZedThree
Copy link
Member Author

ZedThree commented Mar 9, 2020

Lots of errors on Travis because they decided to handle quotes in environment variables differently for a couple of hours.

@ZedThree
Copy link
Member Author

Looks like I also broke test-yupdown

@johnomotani
Copy link
Contributor

Looks like I also broke test-yupdown

I'm looking at that one. There's a small error just on the ystart points...

johnomotani and others added 3 commits March 10, 2020 10:57
The HermiteSpline, MonotonicHermiteSpline and HermiteSplineOnlyZ
interpolation classes were relying on the old behaviour of
Mesh::communicateXZ(), which despite the name actually communicated also
in y, and just did not calculate the parallel slices. To regain this
behaviour, use Mesh::sendY() and Mesh::wait() directly.

Corner cells of fx, fz, and fxz, which may actually be used, are now
communicated correctly.
- use build_and_log
- fix parallel transform input option
- don't use MPIRUN
@ZedThree
Copy link
Member Author

Fixed, and also fixed and tidied up test-yupdown-weights while I was at it.

@ZedThree ZedThree merged commit 808079e into next Mar 10, 2020
@ZedThree ZedThree deleted the fix-laplacexy-corners branch March 10, 2020 12:50
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.

None yet

2 participants