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

Support and test assembling of rectangular matrices #7

Merged
merged 2 commits into from
Dec 21, 2022

Conversation

fredrikekre
Copy link
Owner

No description provided.

This patch fixes the buffer length in to_hypre_data(::MatrixAssembler).
Previously the buffer was always too long, which was not problematic for
correctness, but it is unnecessary. This patch also adds some assertions
to check the internal consistency of the buffer lengths.
@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Base: 75.97% // Head: 76.08% // Increases project coverage by +0.11% 🎉

Coverage data is based on head (7b2d9a9) compared to base (f01a46c).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
+ Coverage   75.97%   76.08%   +0.11%     
==========================================
  Files           4        4              
  Lines        1053     1058       +5     
==========================================
+ Hits          800      805       +5     
  Misses        253      253              
Impacted Files Coverage Δ
src/HYPRE.jl 98.82% <100.00%> (+0.01%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fredrikekre fredrikekre merged commit 012e2a1 into master Dec 21, 2022
@fredrikekre fredrikekre deleted the fe/rect-mat branch December 21, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant