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, 8) if 3D
Notes
These indices will also point to hanging nodes.
Site Navigation
Section Navigation
discretize
)discretize.base
)discretize.operators
)discretize.mixins
)discretize.utils
)The index of nodes for each cell.
numpy.ndarray
of
int
Index array of shape (n_cells, 4) if 2D, or (n_cells, 8) if 3D
Notes
These indices will also point to hanging nodes.