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