-
Notifications
You must be signed in to change notification settings - Fork 9
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 subcell finite volume differencing and reconstruction operators #163
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #163 +/- ##
==========================================
- Coverage 97.12% 92.80% -4.33%
==========================================
Files 25 27 +2
Lines 3167 3766 +599
==========================================
+ Hits 3076 3495 +419
- Misses 91 271 +180 ☔ View full report in Codecov by Sentry. |
Adds the multi-diimensional equivalent of the sparse subcell operators in Lin, Chan (2024) (see also https://doi.org/10.1016/j.jcp.2023.112677)
Also improves docs and robustness of sparse subcell SBP operators.