-
Notifications
You must be signed in to change notification settings - Fork 8
Get Number of Contact Pairs #165
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #165 +/- ##
===========================================
- Coverage 90.67% 90.61% -0.06%
===========================================
Files 101 101
Lines 19234 19248 +14
===========================================
+ Hits 17440 17442 +2
- Misses 1794 1806 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| /*! | ||
| * \brief Get the total number of contact pairs across all ranks for the given coupling scheme | ||
| * |
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 a warning re: ghost elements being counted multiple times.
Adding API functions to return the number of contact pairs per rank and total pairs across all ranks. This will help catch bugs/changes in the computational geometry filtering and cg algorithm in general.
This routine is host callable meant for diagnostics/metrics.