Residual vector.
(self)
| 78 | |
| 79 | @property |
| 80 | def b(self) -> PETSc.Vec: # type: ignore |
| 81 | """Residual vector.""" |
| 82 | return self._b |
| 83 | |
| 84 | def setP(self, P: types.FunctionType, Pmat: PETSc.Mat): # type: ignore |
| 85 | """Set the function for computing the preconditioner matrix. |
nothing calls this directly
no outgoing calls
no test coverage detected