Curl Curl: Add support for variable alpha#5276
Draft
WeiqunZhang wants to merge 3 commits intoAMReX-Codes:developmentfrom
Draft
Curl Curl: Add support for variable alpha#5276WeiqunZhang wants to merge 3 commits intoAMReX-Codes:developmentfrom
WeiqunZhang wants to merge 3 commits intoAMReX-Codes:developmentfrom
Conversation
6f034e3 to
2a1a4ba
Compare
Add support for solving `∇ × α ∇ × E + β E = f`, where `α` can be a nodal MultiFab. Close AMReX-Codes#5241
2a1a4ba to
4fc1354
Compare
Member
Author
|
/run-hpsf-gitlab-ci |
|
GitLab CI has started at https://gitlab.spack.io/amrex/amrex/-/pipelines/1518636. |
Member
Author
|
@prkkumar-he Could give this a try? |
|
GitLab CI 1518636 finished with status: success. See details at https://gitlab.spack.io/amrex/amrex/-/pipelines/1518636. |
|
I've run it on the magnetic diffusion problem described in https://web.mit.edu/6.013_book/www/chapter10/10.4.html and it looks like it is doing the right thing: |
|
Thanks, @WeiqunZhang! I will try it today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Add support for solving
∇ × α ∇ × E + β E = f, whereαcan be a nodal MultiFab.Close #5241