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