You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andJacobiPC
and the slices forSliceJacobiPC
are on sub communicators.We should probably mirror what
PCBJacobi
does here, which is toview
only the first block by default, with an additional option toview
all blocks.The text was updated successfully, but these errors were encountered: