Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ dtype
Method
dtype
python/dolfinx/fem/function.py:330–332 ·
view source on GitHub ↗
Expression value dtype.
(self)
Source
from the content-addressed store, hash-verified
328
329
@property
330
def
dtype(self) -> npt.DTypeLike:
331
""
"Expression value dtype."
""
332
return
np.dtype(self._cpp_object.dtype)
333
334
335
class
Function(ufl.Coefficient, Generic[Scalar]):
Callers
nothing calls this directly
Calls
1
dtype
Method · 0.45
Tested by
no test coverage detected