Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ x
Method
x
python/dolfinx/fem/function.py:562–564 ·
view source on GitHub ↗
Vector holding the degrees-of-freedom.
(self)
Source
from the content-addressed store, hash-verified
560
561
@property
562
def
x(self) -> la.Vector[Scalar]:
563
""
"Vector holding the degrees-of-freedom."
""
564
return
self._x
565
566
@property
567
def
dtype(self) -> npt.DTypeLike:
Callers
1
declare_mesh
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected