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

Bug fix in MUMPSSolver #69

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Bug fix in MUMPSSolver #69

merged 1 commit into from
Nov 4, 2024

Conversation

cvanaret
Copy link
Owner

@cvanaret cvanaret commented Nov 4, 2024

We now pass the actual entries of the matrix to the numerical factorization of MUMPSSolver, instead of the entries when symbolic factorization was invoked (the matrix may have been regularized between the two calls).

Added unit test on singularity detection for MA57 and MUMPS solvers.

Fixes #68.

…the matrix, in case it was regularized + added unit test on singularity detection for MA57 and MUMPS solvers
@cvanaret cvanaret merged commit b6159bb into main Nov 4, 2024
3 checks passed
@cvanaret cvanaret deleted the mumps_bugfix branch November 4, 2024 13:08
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.

MUMPSSolver does not compute the proper inertia
1 participant