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

Method ufl_function_space

python/dolfinx/fem/function.py:820–822  ·  view source on GitHub ↗

UFL function space.

(self)

Source from the content-addressed store, hash-verified

818 return super().__ne__(other) or self._cpp_object != other._cpp_object
819
820 def ufl_function_space(self) -> ufl.FunctionSpace:
821 """UFL function space."""
822 return self
823
824 @cached_property
825 def element(self) -> FiniteElement[Real]:

Callers 9

integrandFunction · 0.80
__init__Method · 0.80
mixed_topology_formFunction · 0.80
_formFunction · 0.80
_zero_formFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by 1

integrandFunction · 0.64