discretize.base.BaseTensorMesh.edges_y#
- property BaseTensorMesh.edges_y#
Gridded y-edge locations.
This property returns a numpy array of shape (n_edges_y, dim) containing gridded locations for all y-edges in the mesh. The first row corresponds to the bottom-front-leftmost y-edge. The y-edges are ordered along the x, then y, then z directions.
- Returns:
- (
n_edges_y
,dim
)numpy.ndarray
of
float
Gridded y-edge locations. Returns None for 1D meshes.
- (