WIP: Algebraic multigrid with filtering (AMGF) preconditioner for contact linear systems#1542
Open
WIP: Algebraic multigrid with filtering (AMGF) preconditioner for contact linear systems#1542
Conversation
…es with exact contact Jacobians
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds the capability of using AMGF (algebraic multigrid with filtering arXiv preprint)-preconditioned Krylov-subspace linear solvers for the Newton linear solves that arise in outer loop solves of contact problems.
ContactData::addContactInteractioncalls.mfem::HypreParMatrix) call. Much of this infastructure is in the utilities of continuationsolvers but a version most suitable for usage insmithwould be best for less complex code.print_levelandpreconditioner_print_levelfrom linear solver options in thebuildPreconditionermethod.For future PR(s)
(1) Alter
smith::LinearSolver::Strumpacksolver, so that it is robust to the case where there are no rows owned by one or more processors, something that occurs. This will ensure that AMGF preconditioned Krylov-subspace is robust with respect to the number of MPI processes used.(2) Make AMGF robust to indefiniteness issues stemming from using exact Hessians in Newton solves.
(3) More careful consideration for setting outer/inner tolerances (as well as norms used) for Newton-Krylov.