discretize.TreeMesh.edge_nodes#

TreeMesh.edge_nodes#

The index of nodes for every edge.

The index of the nodes at each end of every (including hanging) edge.

Returns:
(dim) tuple of numpy.ndarray of int

One numpy array for each edge type (x, y, (z)) for this mesh.

Notes

These arrays will also index into the hanging nodes.