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

Let PETSc choose default LU solver within NewtonSolver #2803

Merged
merged 11 commits into from
Nov 14, 2023

Conversation

jhale
Copy link
Member

@jhale jhale commented Oct 3, 2023

LU is OK as a default but I would propose removing the MUMPS default, it's not been working consistently well for me recently.

This is more consistent with what was changed in LinearProblem (let PETSc handle defaults).

@jhale jhale requested a review from garth-wells October 3, 2023 09:21
@jhale jhale changed the title Let PETSc choose default LU solver within Newton, consistent with LinearProblem. Let PETSc choose default LU solver within Newton Oct 3, 2023
@garth-wells garth-wells added the enhancement New feature or request label Oct 6, 2023
@garth-wells
Copy link
Member

Agree that it's better to go with defaults and specify the solver on a per-case basis if required, e.g. for the CH demo.

@jhale jhale changed the title Let PETSc choose default LU solver within Newton Let PETSc choose default LU solver within NewtonSolver Nov 14, 2023
@jhale jhale added this pull request to the merge queue Nov 14, 2023
Merged via the queue into main with commit 6d0720e Nov 14, 2023
20 checks passed
@jhale jhale deleted the jhale/remove-default-lu-solver branch November 14, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants