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

Method L

python/dolfinx/fem/petsc.py:947–949  ·  view source on GitHub ↗

The compiled linear form representing the left-hand side.

(self)

Source from the content-addressed store, hash-verified

945
946 @property
947 def L(self) -> Form | Sequence[Form]:
948 """The compiled linear form representing the left-hand side."""
949 return self._L
950
951 @property
952 def a(self) -> Form | Sequence[Form]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected