Right-hand side vector.
(self)
| 970 | |
| 971 | @property |
| 972 | def b(self) -> PETSc.Vec: # type: ignore[name-defined] |
| 973 | """Right-hand side vector.""" |
| 974 | return self._b |
| 975 | |
| 976 | @property |
| 977 | def x(self) -> PETSc.Vec: # type: ignore[name-defined] |
nothing calls this directly
no outgoing calls
no test coverage detected