get_connectivity (method)

get_connectivity(self, cell_indice=None)[source]

Return the connectivity of one cell.

Parameters
  • self (CellMat) – an CellMat object

  • cell_indice (int) – the indice of a cell. If None, return all cells.

Returns

connect_select – Selected cell connectivity. Return None if the tag does not exist

Return type

ndarray