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

Method a

python/dolfinx/fem/petsc.py:952–954  ·  view source on GitHub ↗

The compiled bilinear form representing the right-hand side.

(self)

Source from the content-addressed store, hash-verified

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]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected