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

Method dtype

python/dolfinx/fem/element.py:198–200  ·  view source on GitHub ↗

Geometry type of the mesh that the space is defined on.

(self)

Source from the content-addressed store, hash-verified

196
197 @property
198 def dtype(self) -> np.dtype:
199 """Geometry type of the mesh that the space is defined on."""
200 return self._cpp_object.dtype
201
202 @property
203 def basix_element(self) -> basix.finite_element.FiniteElement:

Callers 1

dtypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected