CellArray.connectivity_array

CellArray.connectivity_array#

property CellArray.connectivity_array: NumpyArray[int][source]#

Return the array with the point ids that define the cells’ connectivity.

Deprecated since version 0.49: Use cell_connectivity instead. Note that cell_connectivity is read-only, whereas this property returns a writeable array.

Returns:
np.ndarray

Array with the point ids that define the cells’ connectivity.