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

Method function_spaces

python/dolfinx/fem/forms.py:98–100  ·  view source on GitHub ↗

Function spaces on which this form is defined.

(self)

Source from the content-addressed store, hash-verified

96
97 @property
98 def function_spaces(self) -> list[FunctionSpace]:
99 """Function spaces on which this form is defined."""
100 return self._cpp_object.function_spaces
101
102 @property
103 def dtype(self) -> np.dtype:

Callers 15

petsc_fem_moduleFunction · 0.80
assemble_matrixFunction · 0.80
assemble_matrixFunction · 0.80
lift_bc_implFunction · 0.80
lift_bcFunction · 0.80
apply_liftingFunction · 0.80
assemble_vectorFunction · 0.80
extract_function_spacesFunction · 0.80
create_sparsity_patternFunction · 0.80
build_sparsity_patternFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected