discretize.CylindricalMesh.faces_z#

property CylindricalMesh.faces_z#

Gridded z-face locations.

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

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

Gridded z-face locations for 3D mesh. Returns None for 1D and 2D meshes.