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

Method L

python/dolfinx/fem/petsc.py:1492–1494  ·  view source on GitHub ↗

The compiled linear form (the residual form).

(self)

Source from the content-addressed store, hash-verified

1490
1491 @property
1492 def L(self) -> Form:
1493 """The compiled linear form (the residual form)."""
1494 return self._L
1495
1496 @property
1497 def a(self) -> Form:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected