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

Method dtype

python/dolfinx/fem/forms.py:103–105  ·  view source on GitHub ↗

Scalar type of this form.

(self)

Source from the content-addressed store, hash-verified

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:

Callers 5

test_vtx_functionsMethod · 0.45
create_geometryFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_vtx_functionsMethod · 0.36