discretize.TensorMesh.edge_y_lengths#
- property TensorMesh.edge_y_lengths#
Return the y-edge lengths.
Calling this property will compute and return the lengths of edges parallel to the y-axis.
- Returns:
- (
n_edges_y
)numpy.ndarray
The quantity returned depends on the dimensions of the mesh:
1D: N/A since 1D meshes do not have y-edges
2D: Returns y-edge lengths
3D: Returns y-edge lengths
- (