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

Method F

python/dolfinx/fem/petsc.py:1363–1365  ·  view source on GitHub ↗

The compiled residual.

(self)

Source from the content-addressed store, hash-verified

1361
1362 @property
1363 def F(self) -> Form | Sequence[Form]:
1364 """The compiled residual."""
1365 return self._F
1366
1367 @property
1368 def J(self) -> Form | Sequence[Sequence[Form]]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected