The compiled bilinear form (the Jacobian form).
(self)
| 1495 | |
| 1496 | @property |
| 1497 | def a(self) -> Form: |
| 1498 | """The compiled bilinear form (the Jacobian form).""" |
| 1499 | return self._a |
| 1500 | |
| 1501 | def form(self, x: PETSc.Vec) -> None: # type: ignore[name-defined] |
| 1502 | """Function called before the residual or Jacobian is computed. |
nothing calls this directly
no outgoing calls
no test coverage detected