CellArray.regular_cells#
- property CellArray.regular_cells: NumpyArray[int][source]#
Return a (
n_cells, cell_size)-shaped array of point indices for equal-sized faces.- Returns:
numpy.ndarrayArray of face indices of shape (
n_cells,cell_size).
Notes#
This property does not validate that the cells are all
actually the same size. If they’re not, this property may either
raise a ValueError or silently return an incorrect array.
Used In#
Docstring Examples
CellArray.from_regular_cells(1 use)