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