Argument function space if Expression has argument.
(self)
| 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): |
no outgoing calls
no test coverage detected