Closed masterleinad closed 5 years ago
Merging #178 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #178 +/- ##
=======================================
Coverage 87.21% 87.21%
=======================================
Files 53 53
Lines 2846 2846
=======================================
Hits 2482 2482
Misses 364 364
Impacted Files | Coverage Δ | |
---|---|---|
source/dealii/dealii_hierarchy_helpers.cc | 99.06% <100%> (ø) |
:arrow_up: |
...rce/dealii/dealii_matrix_free_hierarchy_helpers.cc | 99.03% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 7fac16e...2945465. Read the comment docs.
It turned out that calculating the row end iterator for
TrilinosWrappers::SparseMatrix
objects is really expensive. Storing it instead cuts down the run time for matrix-free runs withFastAP
by a factor 4-7.