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

Method J

python/dolfinx/fem/petsc.py:1368–1370  ·  view source on GitHub ↗

The compiled Jacobian.

(self)

Source from the content-addressed store, hash-verified

1366
1367 @property
1368 def J(self) -> Form | Sequence[Sequence[Form]]:
1369 """The compiled Jacobian."""
1370 return self._J
1371
1372 @property
1373 def preconditioner(self) -> Form | Sequence[Sequence[Form]] | None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected