MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / function_space

Method function_space

python/dolfinx/fem/function.py:417–419  ·  view source on GitHub ↗

FunctionSpace that the Function is defined on.

(self)

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected