Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in-place LU decomposition option for linear solve #698

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mattldawson
Copy link
Collaborator

Adds an option for doing in-place LU decomposition that overwrites the original A matrix with the combined L and U matrices. Adds a test using in-place LU decomposition with the Backward Euler solver.

closes #695

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 99.03846% with 2 lines in your changes missing coverage. Please review.

Project coverage is 93.93%. Comparing base (1cbd28e) to head (b529224).

Files with missing lines Patch % Lines
...e/micm/solver/lu_decomposition_mozart_in_place.inl 98.05% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #698      +/-   ##
==========================================
+ Coverage   93.68%   93.93%   +0.25%     
==========================================
  Files          57       61       +4     
  Lines        3941     4141     +200     
==========================================
+ Hits         3692     3890     +198     
- Misses        249      251       +2     

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

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.

Add an in-place LU decomposition using the MOZART LU algorithm
2 participants