Jacobian matrix.
(self)
| 1376 | |
| 1377 | @property |
| 1378 | def A(self) -> PETSc.Mat: # type: ignore[name-defined] |
| 1379 | """Jacobian matrix.""" |
| 1380 | return self._A |
| 1381 | |
| 1382 | @property |
| 1383 | def P_mat(self) -> PETSc.Mat | None: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected