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