-
Notifications
You must be signed in to change notification settings - Fork 195
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
Fixed a bug where centering coefficients used in Magentostatic solver… #5289
Fixed a bug where centering coefficients used in Magentostatic solver… #5289
Conversation
This should resolve issue #5242 |
To be rebased after #5296 is merged (will fix the |
I agree this will fix the B = 0 issue with non-Eb runs but the introduction of non-zero div B (as described in #5175) will still be there. We can merge this though and I'll try to get the follow-up PR cleaned up and ready to go over the next week or two. |
This is meant to be a quick patch for the issue until the larger PR is fully tested. |
This looks good as an intermediate fix. @clarkse would you please rebase to |
bfaa922
to
fc4a257
Compare
… were not being initialized when doing an energy-conserving field gather. Signed-off-by: S. Eric Clark <[email protected]>
for more information, see https://pre-commit.ci
fc4a257
to
c0bb670
Compare
…onger smart, so removed the call to get() to return the raw pointer. Signed-off-by: S. Eric Clark <[email protected]>
… were not being initialized when doing an energy-conserving field gather.