Closed marcinlos closed 3 years ago
Merging #57 (21e69d1) into develop (186ad58) will increase coverage by
5.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## develop #57 +/- ##
===========================================
+ Coverage 30.65% 35.66% +5.00%
===========================================
Files 43 43
Lines 1158 1203 +45
===========================================
+ Hits 355 429 +74
+ Misses 803 774 -29
Impacted Files | Coverage Δ | |
---|---|---|
include/ads/lin/band_matrix.hpp | 60.86% <ø> (ø) |
|
include/ads/simulation/basic_simulation_3d.hpp | 0.00% <ø> (ø) |
|
include/ads/lin/band_solve.hpp | 100.00% <100.00%> (ø) |
|
include/ads/lin/tensor/view.hpp | 100.00% <100.00%> (ø) |
|
include/ads/solver.hpp | 100.00% <100.00%> (+100.00%) |
:arrow_up: |
include/ads/util/multi_array/ordering/reverse.hpp | 100.00% <0.00%> (+5.26%) |
:arrow_up: |
include/ads/util/multi_array/base.hpp | 100.00% <0.00%> (+6.25%) |
:arrow_up: |
include/ads/lin/tensor/cyclic_transpose.hpp | 100.00% <0.00%> (+61.11%) |
: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 186ad58...21e69d1. Read the comment docs.
Implementation of non-uniform material data non-stationary Maxwell equations using generalized ADS solver.
Closes #54