-
Notifications
You must be signed in to change notification settings - Fork 70
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
(Atomic) Boundary Condition Patches (pt. 1/2) #737
base: master
Are you sure you want to change the base?
Conversation
@henryleberre GCBCs from @anandrdbz have been merged #698 |
A true beauty. |
25ed449
to
0144937
Compare
fb841b5
to
c393a60
Compare
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.
Add to test suite 2D and 3D tests that have square and circle patches on at least one side.
c393a60
to
0b03a6f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #737 +/- ##
==========================================
+ Coverage 43.63% 44.37% +0.73%
==========================================
Files 61 63 +2
Lines 16893 15320 -1573
Branches 1948 1798 -150
==========================================
- Hits 7372 6798 -574
+ Misses 8404 7469 -935
+ Partials 1117 1053 -64 ☔ View full report in Codecov by Sentry. |
2ff7108
to
7912215
Compare
This part (pt. 1)
--dry-run
to testing so that CI can build all necessary versions of MFC before submitting jobs for testing to a queue system.Checklist for getting out of the "draft" stage
parallel_io=T
.Next part (pt. 2)
bc_[x,y,z]
should no longer be used anywhere in the code. One example of such an oversight in pt. 1 is the lack of support for CBCs.Why two parts?
> 8k LOC changes is a lot to carry around in one atomic commit.