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

Block-diagonal smoothers #24

Merged
merged 36 commits into from
Sep 6, 2023
Merged

Block-diagonal smoothers #24

merged 36 commits into from
Sep 6, 2023

Conversation

JordiManyer
Copy link
Member

@JordiManyer JordiManyer commented Mar 22, 2023

This is a PR to implement generic block-diagonal smoothers that can be used as preconditioners for other solvers.
Linked to #23 .

Other things we also implemented during this PR:

  • Wrappers for IterativeSolvers.jl solvers
  • GMRES solver with left preconditioning, adapted for PartitionedArrays.jl
  • SymGaussSeidel smoother, adapted for PartitionedArrays.jl
  • Schur complement solvers
  • PatchBasedSmoothers for skeleton and boundary Triangulations

@JordiManyer JordiManyer added the enhancement New feature or request label Mar 22, 2023
@JordiManyer JordiManyer self-assigned this Mar 22, 2023
@JordiManyer JordiManyer linked an issue Mar 22, 2023 that may be closed by this pull request
@JordiManyer JordiManyer changed the base branch from main to develop September 6, 2023 00:37
@JordiManyer JordiManyer marked this pull request as ready for review September 6, 2023 00:38
@JordiManyer JordiManyer merged commit d13bdd2 into develop Sep 6, 2023
1 of 2 checks passed
@JordiManyer JordiManyer deleted the block-preconditioners branch September 6, 2023 00:39
@JordiManyer JordiManyer mentioned this pull request Sep 6, 2023
25 tasks
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.

Block Preconditioners
2 participants