discretize.TreeMesh.cell_nodes#

TreeMesh.cell_nodes#

The index of all nodes for each cell.

These indices point to non-hanging and hanging nodes.

Returns:
numpy.ndarray of int

Index array of shape (n_cells, 4) if 2D, or (n_cells, 8) if 3D