Left-hand side matrix.
(self)
| 960 | |
| 961 | @property |
| 962 | def A(self) -> PETSc.Mat: # type: ignore[name-defined] |
| 963 | """Left-hand side matrix.""" |
| 964 | return self._A |
| 965 | |
| 966 | @property |
| 967 | def P_mat(self) -> PETSc.Mat: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected