MCPcopy 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_meshFunction · 0.45
test_eval_manifoldFunction · 0.45
tensorFunction · 0.45
test_evalFunction · 0.45
test_entity_closure_dofsFunction · 0.45
test_transpose_dofmapFunction · 0.45
test_empty_rank_collapseFunction · 0.45
test_biharmonicFunction · 0.45

Calls

no outgoing calls

Tested by 15

mixed_topology_meshFunction · 0.36
test_eval_manifoldFunction · 0.36
tensorFunction · 0.36
test_evalFunction · 0.36
test_entity_closure_dofsFunction · 0.36
test_transpose_dofmapFunction · 0.36
test_empty_rank_collapseFunction · 0.36
test_biharmonicFunction · 0.36