Function spaces on which this form is defined.
(self)
| 96 | |
| 97 | @property |
| 98 | def function_spaces(self) -> list[FunctionSpace]: |
| 99 | """Function spaces on which this form is defined.""" |
| 100 | return self._cpp_object.function_spaces |
| 101 | |
| 102 | @property |
| 103 | def dtype(self) -> np.dtype: |
no outgoing calls
no test coverage detected