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

Method a

python/dolfinx/fem/problems.py:183–185  ·  view source on GitHub ↗

The compiled bilinear form representing the left-hand side.

(self)

Source from the content-addressed store, hash-verified

181
182 @property
183 def a(self) -> Form:
184 """The compiled bilinear form representing the left-hand side."""
185 return self._a
186
187 @property
188 def A(self) -> MatrixCSR:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected