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

Implement view methods for preconditioners #115

Open
JHopeCollins opened this issue May 2, 2023 · 0 comments
Open

Implement view methods for preconditioners #115

JHopeCollins opened this issue May 2, 2023 · 0 comments
Assignees
Labels
Core functionality Adding to the main paradiag functionality enhancement New feature or request

Comments

@JHopeCollins
Copy link
Collaborator

JHopeCollins commented May 2, 2023

This method is currently not implemented so ksp_view doesn't give us all the information for the pc.

For the all-at-once preconditioners this is complicated by the fact that the inner ksps (the blocks for CirculantPC and JacobiPC and the slices for SliceJacobiPC are on sub communicators.
We should probably mirror what PCBJacobi does here, which is to view only the first block by default, with an additional option to view all blocks.

@JHopeCollins JHopeCollins added the Core functionality Adding to the main paradiag functionality label May 2, 2023
@JHopeCollins JHopeCollins added the enhancement New feature or request label Jun 22, 2023
@JHopeCollins JHopeCollins changed the title Implement view method for DiagFFTPC Implement view methods for preconditioners Sep 17, 2024
@JHopeCollins JHopeCollins self-assigned this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core functionality Adding to the main paradiag functionality enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant