Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ array
Method
array
python/dolfinx/la/__init__.py:88–90 ·
view source on GitHub ↗
Local representation of the vector.
(self)
Source
from the content-addressed store, hash-verified
86
87
@property
88
def
array(self) -> npt.NDArray[_T]:
89
""
"Local representation of the vector."
""
90
return
self._cpp_object.array
91
92
@property
93
def
petsc_vec(self):
Callers
15
mixed_topology_mesh
Function · 0.45
test_eval_manifold
Function · 0.45
tensor
Function · 0.45
test_eval
Function · 0.45
test_entity_closure_dofs
Function · 0.45
test_higher_order_coordinate_map
Function · 0.45
test_higher_order_tetra_coordinate_map
Function · 0.45
test_transpose_dofmap
Function · 0.45
test_empty_rank_collapse
Function · 0.45
test_petsc_curl_curl_eigenvalue
Function · 0.45
test_biharmonic
Function · 0.45
test_dofmap_mixed_topology
Function · 0.45
Calls
no outgoing calls
Tested by
15
mixed_topology_mesh
Function · 0.36
test_eval_manifold
Function · 0.36
tensor
Function · 0.36
test_eval
Function · 0.36
test_entity_closure_dofs
Function · 0.36
test_higher_order_coordinate_map
Function · 0.36
test_higher_order_tetra_coordinate_map
Function · 0.36
test_transpose_dofmap
Function · 0.36
test_empty_rank_collapse
Function · 0.36
test_petsc_curl_curl_eigenvalue
Function · 0.36
test_biharmonic
Function · 0.36
test_dofmap_mixed_topology
Function · 0.36