Preconditioner matrix.
(self)
| 1381 | |
| 1382 | @property |
| 1383 | def P_mat(self) -> PETSc.Mat | None: # type: ignore[name-defined] |
| 1384 | """Preconditioner matrix.""" |
| 1385 | return self._P_mat |
| 1386 | |
| 1387 | @property |
| 1388 | def b(self) -> PETSc.Vec: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected