-
Notifications
You must be signed in to change notification settings - Fork 103
fill! to fillstored! #751
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
fill! to fillstored! #751
Conversation
Leaving |
Codecov Report
@@ Coverage Diff @@
## master #751 +/- ##
==========================================
+ Coverage 88.32% 88.35% +0.02%
==========================================
Files 152 152
Lines 16595 16595
==========================================
+ Hits 14658 14662 +4
+ Misses 1937 1933 -4
Continue to review full report at Codecov.
|
@oriolcg can we create a method that does the dispatch for each case? |
The other question is, do we really need to run the code for dense matrices? If not, I would use fillstored! everywhere |
We were using dense matrices in the tests. I defined sparse matrix in |
Ok much better. Thanks! |
Hi @santiagobadia , this PR has been closed without being merged. |
Replacing
fill!
byfillstored
in GridapODEs functions. This PR needs to be released for PR gridap/GridapDistributed.jl#81 to pass the tests.