UFL function space.
(self)
| 818 | return super().__ne__(other) or self._cpp_object != other._cpp_object |
| 819 | |
| 820 | def ufl_function_space(self) -> ufl.FunctionSpace: |
| 821 | """UFL function space.""" |
| 822 | return self |
| 823 | |
| 824 | @cached_property |
| 825 | def element(self) -> FiniteElement[Real]: |
no outgoing calls