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

Method rank

python/dolfinx/fem/forms.py:93–95  ·  view source on GitHub ↗

Rank of this form.

(self)

Source from the content-addressed store, hash-verified

91
92 @property
93 def rank(self) -> int:
94 """Rank of this form."""
95 return self._cpp_object.rank
96
97 @property
98 def function_spaces(self) -> list[FunctionSpace]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected