discretize.TreeMesh.edges_x#
- TreeMesh.edges_x#
Gridded locations of non-hanging x-edges.
This property returns a numpy array of shape (n_edges_x, dim) containing gridded locations for all non-hanging x-edges.
- Returns:
- (
n_edges_x,dim)numpy.ndarrayoffloat Gridded locations of all non-hanging x-edges
- (