-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add AMR to elliptic executables #5817
Merged
kidder
merged 10 commits into
sxs-collaboration:develop
from
nilsvu:amr_projectors_linsolv
Mar 13, 2024
Merged
Add AMR to elliptic executables #5817
kidder
merged 10 commits into
sxs-collaboration:develop
from
nilsvu:amr_projectors_linsolv
Mar 13, 2024
Conversation
This file contains 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
kidder
reviewed
Mar 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test?
nilsvu
force-pushed
the
amr_projectors_linsolv
branch
from
March 7, 2024 00:53
b8096d2
to
b55773d
Compare
nilsvu
changed the title
Add AMR projectors for (non)linear solvers
Add AMR to elliptic executables
Mar 7, 2024
@kidder I updated this PR with adding AMR to the elliptic executables, and added a bunch of input file tests that enable AMR. I think these integration + regression tests are the strongest tests that everything is working together correctly. |
nilsvu
force-pushed
the
amr_projectors_linsolv
branch
7 times, most recently
from
March 12, 2024 00:33
91448cf
to
f7b7a93
Compare
kidder
previously approved these changes
Mar 12, 2024
though the tests are failing.... |
nilsvu
force-pushed
the
amr_projectors_linsolv
branch
from
March 12, 2024 05:24
f7b7a93
to
bd07030
Compare
The short name without namespaces can be ambiguous.
Resize buffers when needed.
nilsvu
force-pushed
the
amr_projectors_linsolv
branch
from
March 12, 2024 17:30
bd07030
to
55a5bd4
Compare
kidder
approved these changes
Mar 13, 2024
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.
Proposed changes
Enables AMR for all elliptic executables!
Upgrade instructions
You'll have to add an
Amr
section to elliptic input files, as well as aPhaseChangeAndTriggers
section to trigger AMR. See the input files in this PR for examples.Code review checklist
make doc
to generate the documentation locally intoBUILD_DIR/docs/html
.Then open
index.html
.code review guide.
bugfix
ornew feature
if appropriate.Further comments