discretize.base.BaseTensorMesh.edges_x#

property BaseTensorMesh.edges_x#

Gridded x-edge locations.

This property returns a numpy array of shape (n_edges_x, dim) containing gridded locations for all x-edges in the mesh. The first row corresponds to the bottom-front-leftmost x-edge. The x-edges are ordered along the x, then y, then z directions.

Returns:
(n_edges_x, dim) numpy.ndarray of float or None

Gridded x-edge locations. Returns None if shape_edges_x[0] is 0.