Skip to content
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

feat[poisson]: remove buildMatrix with node-edge cv #196

Merged

Conversation

toutane
Copy link
Contributor

@toutane toutane commented Dec 3, 2024

Since creating node-edge connectivity consumes more memory than node-node connectivity, and doesn't improve other parts of the computation, this RP eliminates all its use for the matrix building step.

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.70%. Comparing base (ee6727c) to head (20ca63a).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #196      +/-   ##
==========================================
- Coverage   71.38%   70.70%   -0.68%     
==========================================
  Files          56       56              
  Lines        8489     8333     -156     
  Branches     1017     1006      -11     
==========================================
- Hits         6060     5892     -168     
- Misses       2144     2158      +14     
+ Partials      285      283       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mohd-afeef-badri mohd-afeef-badri added the refactor Code refactor label Dec 5, 2024
@mohd-afeef-badri mohd-afeef-badri merged commit ecd0f79 into arcaneframework:main Dec 5, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Code refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants