Scalar type of this form.
(self)
| 101 | |
| 102 | @property |
| 103 | def dtype(self) -> np.dtype: |
| 104 | """Scalar type of this form.""" |
| 105 | return np.dtype(self._cpp_object.dtype) |
| 106 | |
| 107 | @property |
| 108 | def mesh(self) -> _cpp.mesh.Mesh_float32 | _cpp.mesh.Mesh_float64: |
no outgoing calls