Skip to content

[sor] review updates:

4b83873
Select commit
Loading
Failed to load commit list.
Merged

Adds (S)SOR Preconditioner #1633

[sor] review updates:
4b83873
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2024 in 0s

90.33% (-1.73%) compared to 30c2d86

View this Pull Request on Codecov

90.33% (-1.73%) compared to 30c2d86

Details

Codecov Report

Attention: Patch coverage is 97.31183% with 10 lines in your changes missing coverage. Please review.

Project coverage is 90.33%. Comparing base (30c2d86) to head (4b83873).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
common/unified/preconditioner/sor_kernels.cpp 0.00% 4 Missing ⚠️
core/device_hooks/common_kernels.inc.cpp 0.00% 2 Missing ⚠️
include/ginkgo/core/preconditioner/sor.hpp 81.81% 2 Missing ⚠️
...nclude/ginkgo/core/preconditioner/gauss_seidel.hpp 90.00% 1 Missing ⚠️
reference/factorization/factorization_kernels.cpp 90.90% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1633      +/-   ##
===========================================
- Coverage    92.05%   90.33%   -1.73%     
===========================================
  Files          764      776      +12     
  Lines        62678    63228     +550     
===========================================
- Hits         57701    57116     -585     
- Misses        4977     6112    +1135     

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