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

Method argument_space

python/dolfinx/fem/function.py:315–317  ·  view source on GitHub ↗

Argument function space if Expression has argument.

(self)

Source from the content-addressed store, hash-verified

313
314 @property
315 def argument_space(self) -> FunctionSpace | None:
316 """Argument function space if Expression has argument."""
317 return self._argument_space
318
319 @property
320 def ufcx_expression(self):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected