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

Method L

python/dolfinx/fem/problems.py:178–180  ·  view source on GitHub ↗

The compiled linear form representing the right-hand side.

(self)

Source from the content-addressed store, hash-verified

176
177 @property
178 def L(self) -> Form:
179 """The compiled linear form representing the right-hand side."""
180 return self._L
181
182 @property
183 def a(self) -> Form:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected