-
Notifications
You must be signed in to change notification settings - Fork 98
Boundary Condition Paches #819
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
Conversation
…d anytime -17 is in bc_buffer
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #819 +/- ##
==========================================
- Coverage 43.63% 43.15% -0.48%
==========================================
Files 66 68 +2
Lines 19835 20262 +427
Branches 2433 2427 -6
==========================================
+ Hits 8655 8745 +90
- Misses 9688 10054 +366
+ Partials 1492 1463 -29 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
some suggestions: Reviewing GitHub PR 1 API & data‑layout changes
2 Maintainability & readability
3 Correctness & safety
5 Suggested follow‑ups
|
@sbryngelson I think this is more or less ready to merge. A lot of the suggestions from whatever LLM model you ran this through are only relevant to old commits. The |
Description
Added Boundary Condition Patches (Rectangle, Circle, and Line Segment).
Type of change
Scope
How Has This Been Tested?
Test Configuration:
Checklist
docs/
)examples/
that demonstrate my new feature performing as expected.They run to completion and demonstrate "interesting physics"
./mfc.sh format
before committing my codeIf your code changes any code source files (anything in
src/simulation
)To make sure the code is performing as expected on GPU devices, I have:
nvtx
ranges so that they can be identified in profiles./mfc.sh run XXXX --gpu -t simulation --nsys
, and have attached the output file (.nsys-rep
) and plain text results to this PRlink to nsys report too large for the pr
./mfc.sh run XXXX --gpu -t simulation --omniperf
, and have attached the output file and plain text results to this PR.