Skip to content

Sum-factorization - #66

Merged
kubagalecki merged 12 commits into
mainfrom
sum-fact
Aug 12, 2025
Merged

Sum-factorization#66
kubagalecki merged 12 commits into
mainfrom
sum-fact

Conversation

@kubagalecki

Copy link
Copy Markdown
Owner
  • Local operators can now be evaluated using the sum-factorization approach
  • Odd-even decomposition is supported
  • Heuristics are in place to determine whether to use odd-even decomposition
  • The local element approach is no longer the default

@kubagalecki kubagalecki self-assigned this Aug 9, 2025
@codecov

codecov Bot commented Aug 9, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.76%. Comparing base (3570743) to head (c9709b3).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #66      +/-   ##
==========================================
+ Coverage   93.17%   93.76%   +0.59%     
==========================================
  Files          99      100       +1     
  Lines        6419     6932     +513     
  Branches     2812     3019     +207     
==========================================
+ Hits         5981     6500     +519     
+ Misses        132      130       -2     
+ Partials      306      302       -4     
Files with missing lines Coverage Δ
include/l3ster/algsys/AssembleLocalSystem.hpp 97.61% <ø> (ø)
include/l3ster/algsys/MatrixFreeSystem.hpp 92.82% <100.00%> (+3.36%) ⬆️
include/l3ster/algsys/SumFactorization.hpp 100.00% <100.00%> (ø)
include/l3ster/basisfun/ReferenceBasisAtPoints.hpp 100.00% <100.00%> (ø)
include/l3ster/bcs/BCDefinition.hpp 100.00% <ø> (ø)
include/l3ster/bcs/LocalDirichletBC.hpp 74.00% <100.00%> (ø)
include/l3ster/bcs/PeriodicBC.hpp 95.71% <100.00%> (ø)
include/l3ster/math/ComputeGaussRule.hpp 100.00% <100.00%> (ø)
include/l3ster/post/FieldAccess.hpp 100.00% <100.00%> (ø)
include/l3ster/util/Common.hpp 95.83% <ø> (+4.16%) ⬆️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3570743...c9709b3. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kubagalecki
kubagalecki merged commit 876a4bd into main Aug 12, 2025
16 of 17 checks passed
@kubagalecki
kubagalecki deleted the sum-fact branch August 12, 2025 09:10
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