The compiled Jacobian.
(self)
| 1366 | |
| 1367 | @property |
| 1368 | def J(self) -> Form | Sequence[Sequence[Form]]: |
| 1369 | """The compiled Jacobian.""" |
| 1370 | return self._J |
| 1371 | |
| 1372 | @property |
| 1373 | def preconditioner(self) -> Form | Sequence[Sequence[Form]] | None: |
nothing calls this directly
no outgoing calls
no test coverage detected