Skip to content

Remove iterative solver#250

Merged
TLCFEM merged 10 commits into
devfrom
feature-refactor-solver
Mar 27, 2025
Merged

Remove iterative solver#250
TLCFEM merged 10 commits into
devfrom
feature-refactor-solver

Conversation

@TLCFEM
Copy link
Copy Markdown
Owner

@TLCFEM TLCFEM commented Mar 27, 2025

The iterative solvers are removed.

  1. The exsiting iterative solver provides incomplete functionality that is not very useful in practice.
  2. Iterative solvers such as lis and fgmres are available anyway.

For sufficiently large system, one would use distributed solvers anyway.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.7673%. Comparing base (20c9371) to head (8ba986a).
Report is 3 commits behind head on dev.

Additional details and impacted files
@@               Coverage Diff                @@
##                dev       #250        +/-   ##
================================================
- Coverage   90.7931%   90.7673%   -0.0258%     
================================================
  Files           527        523         -4     
  Lines         32052      31659       -393     
  Branches       3107       3054        -53     
================================================
- Hits          29101      28736       -365     
+ Misses         2951       2923        -28     

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

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

@TLCFEM TLCFEM merged commit 9a59531 into dev Mar 27, 2025
@TLCFEM TLCFEM deleted the feature-refactor-solver branch March 27, 2025 07:37
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