MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / data

Method data

python/dolfinx/la/__init__.py:248–250  ·  view source on GitHub ↗

Underlying matrix entry data.

(self)

Source from the content-addressed store, hash-verified

246
247 @property
248 def data(self) -> npt.NDArray[Scalar]:
249 """Underlying matrix entry data."""
250 return self._cpp_object.data
251
252 @property
253 def indices(self) -> npt.NDArray[np.int32]:

Callers 15

laFunction · 0.80
ioFunction · 0.80
commonFunction · 0.80
meshFunction · 0.80
refinementFunction · 0.80
petsc_la_moduleFunction · 0.80
petsc_fem_moduleFunction · 0.80
femFunction · 0.80
declare_bbtreeFunction · 0.80
declare_data_typesFunction · 0.80
as_nbarrayFunction · 0.80

Calls

no outgoing calls

Tested by 5

test_matrixFunction · 0.64
test_distributed_meshFunction · 0.64
test_scatter_fwdFunction · 0.64
test_scatter_revFunction · 0.64