discretize.TreeMesh.cell_nodes#
- TreeMesh.cell_nodes#
The index of nodes for each cell.
- Returns
numpy.ndarray
of
int
Index array of shape (n_cells, 4) if 2D, or (n_cells, 6) if 3D
Notes
These indices will also point to hanging nodes.
The index of nodes for each cell.
numpy.ndarray
of
int
Index array of shape (n_cells, 4) if 2D, or (n_cells, 6) if 3D
Notes
These indices will also point to hanging nodes.