discretize.CylindricalMesh.faces_y#
- property CylindricalMesh.faces_y#
Gridded y-face locations.
This property returns a numpy array of shape (n_faces_y, dim) containing gridded locations for all y-faces in the mesh. The first row corresponds to the bottom-front-leftmost y-face. The y-faces are ordered along the x, then y, then z directions.
- Returns:
n_faces_y
,dim
)numpy.ndarray
of
float
orNone
Gridded y-face locations for 2D and 3D mesh. Returns None for 1D meshes.