Residual vector.
(self)
| 1386 | |
| 1387 | @property |
| 1388 | def b(self) -> PETSc.Vec: # type: ignore[name-defined] |
| 1389 | """Residual vector.""" |
| 1390 | return self._b |
| 1391 | |
| 1392 | @property |
| 1393 | def x(self) -> PETSc.Vec: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected