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