discretize.TreeMesh.faces_y#
- TreeMesh.faces_y#
Gridded locations of non-hanging y-faces.
This property returns a numpy array of shape (n_faces_y, dim) containing gridded locations for all non-hanging y-faces.
- Returns:
- (
n_faces_y
,dim
)numpy.ndarray
of
float
Gridded locations of all non-hanging y-faces
- (