FunctionSpace that the Function is defined on.
(self)
| 415 | |
| 416 | @property |
| 417 | def function_space(self) -> FunctionSpace: |
| 418 | """FunctionSpace that the Function is defined on.""" |
| 419 | return self._V |
| 420 | |
| 421 | def eval( |
| 422 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected