The compiled bilinear form representing the right-hand side.
(self)
| 950 | |
| 951 | @property |
| 952 | def a(self) -> Form | Sequence[Form]: |
| 953 | """The compiled bilinear form representing the right-hand side.""" |
| 954 | return self._a |
| 955 | |
| 956 | @property |
| 957 | def preconditioner(self) -> Form | Sequence[Form]: |
nothing calls this directly
no outgoing calls
no test coverage detected