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