Geometry type of the mesh that the space is defined on.
(self)
| 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: |