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.ndarrayoffloat Gridded locations of all hanging z-faces
- (