Mesh on which the function space is defined.
(self)
| 838 | |
| 839 | @property |
| 840 | def mesh(self) -> Mesh[Real]: |
| 841 | """Mesh on which the function space is defined.""" |
| 842 | return self._mesh |
| 843 | |
| 844 | def collapse(self) -> tuple[FunctionSpace[Real], list[npt.NDArray[np.int32]]]: |
| 845 | """Create a new function space by collapsing a subspace. |
nothing calls this directly
no outgoing calls
no test coverage detected