discretize.TreeMesh.hanging_edges_y#
- TreeMesh.hanging_edges_y#
Gridded locations of hanging y-edges.
This property returns a numpy array of shape (n_haning_edges_y, dim) containing gridded locations for all hanging y-edges.
- Returns:
- (
n_haning_edges_y
,dim
)numpy.ndarray
of
float
Gridded locations of all hanging y-edges
- (