MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / a

Method a

python/dolfinx/fem/petsc.py:1497–1499  ·  view source on GitHub ↗

The compiled bilinear form (the Jacobian form).

(self)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected