Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ dtype
Method
dtype
python/dolfinx/fem/function.py:567–569 ·
view source on GitHub ↗
Function value dtype.
(self)
Source
from the content-addressed store, hash-verified
565
566
@property
567
def
dtype(self) -> npt.DTypeLike:
568
""
"Function value dtype."
""
569
return
np.dtype(self._cpp_object.x.array.dtype)
570
571
@property
572
def
name(self) -> str:
Callers
nothing calls this directly
Calls
1
dtype
Method · 0.45
Tested by
no test coverage detected