Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEniCS/dolfinx
/ indices
Method
indices
python/dolfinx/la/__init__.py:253–255 ·
view source on GitHub ↗
Local column indices.
(self)
Source
from the content-addressed store, hash-verified
251
252
@property
253
def
indices(self) -> npt.NDArray[np.int32]:
254
""
"Local column indices."
""
255
return
self._cpp_object.indices
256
257
@property
258
def
indptr(self) -> npt.NDArray[np.int64]:
Callers
1
declare_meshtags
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected