Preconditioner matrix.
(self)
| 965 | |
| 966 | @property |
| 967 | def P_mat(self) -> PETSc.Mat: # type: ignore[name-defined] |
| 968 | """Preconditioner matrix.""" |
| 969 | return self._P_mat |
| 970 | |
| 971 | @property |
| 972 | def b(self) -> PETSc.Vec: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected