Number of sub spaces.
(self)
| 771 | |
| 772 | @property |
| 773 | def num_sub_spaces(self) -> int: |
| 774 | """Number of sub spaces.""" |
| 775 | return self.element.num_sub_elements |
| 776 | |
| 777 | def sub(self, i: int) -> FunctionSpace[Real]: |
| 778 | """Return the i-th sub space. |
nothing calls this directly
no outgoing calls
no test coverage detected