discretize.base.BaseTensorMesh.faces_x#

property BaseTensorMesh.faces_x#

Gridded x-face locations.

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

Returns:
(n_faces_x, dim) numpy.ndarray of float

Gridded x-face locations