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

Method element

python/dolfinx/fem/function.py:825–827  ·  view source on GitHub ↗

Function space finite element.

(self)

Source from the content-addressed store, hash-verified

823
824 @cached_property
825 def element(self) -> FiniteElement[Real]:
826 """Function space finite element."""
827 return FiniteElement(self._cpp_object.element)
828
829 @property
830 def dofmap(self) -> DofMap:

Callers 15

test_transposeFunction · 0.45
test_interpolationFunction · 0.45
test_evalFunction · 0.45
create_element_dofmapFunction · 0.45
test_incorrect_elementFunction · 0.45
test_compiled_formFunction · 0.45
test_submesh_assemblyFunction · 0.45
test_eliminated_dataFunction · 0.45
test_mixed_systemMethod · 0.45
test_vector_copy_degree1Function · 0.45

Calls 1

FiniteElementClass · 0.90

Tested by 15

test_transposeFunction · 0.36
test_interpolationFunction · 0.36
test_evalFunction · 0.36
create_element_dofmapFunction · 0.36
test_incorrect_elementFunction · 0.36
test_compiled_formFunction · 0.36
test_submesh_assemblyFunction · 0.36
test_eliminated_dataFunction · 0.36
test_mixed_systemMethod · 0.36
test_vector_copy_degree1Function · 0.36