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

Feature/506 nystroem pcg #507

Merged
merged 22 commits into from
Mar 20, 2024
Merged

Feature/506 nystroem pcg #507

merged 22 commits into from
Mar 20, 2024

Conversation

schroedk
Copy link
Collaborator

@schroedk schroedk commented Mar 4, 2024

Description

This PR closes #506

Changes

  • Add block variant of conjugate gradient
  • Add preconditioning to cg

Checklist

  • Wrote Unit tests (if necessary)
  • Updated Documentation (if necessary)
  • Updated Changelog
  • If notebooks were added/changed, added boilerplate cells are tagged with "tags": ["hide"] or "tags": ["hide-input"]

* add pre-conditioning, add Nystroem- and JacobiPreConditioner
* add stable block cg variant, to solve several rhs simultaneously
@schroedk schroedk requested a review from mdbenito March 11, 2024 11:07
@schroedk schroedk marked this pull request as ready for review March 11, 2024 11:07
@schroedk
Copy link
Collaborator Author

Blocked by #511

@mdbenito
Copy link
Collaborator

Blocked by #511

Merged

@schroedk
Copy link
Collaborator Author

Blocked by #511

Merged

@mdbenito, thanks, I updated the documentation to include the references to pre-conditioning and block cg variant

@schroedk
Copy link
Collaborator Author

@mdbenito finally I included the points from our review session, do you would like to have a look again? Otherwise I would merge it.

@mdbenito mdbenito merged commit 8a5399e into develop Mar 20, 2024
23 checks passed
@mdbenito mdbenito deleted the feature/506-nystroem-pcg branch March 20, 2024 21:52
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.

Pre-conditioned block conjugate gradient method
2 participants