discretize.TreeMesh.hanging_nodes#
- TreeMesh.hanging_nodes#
Gridded hanging node locations.
This property returns a numpy array of shape (n_hanging_nodes, dim) containing gridded locations for all hanging nodes in the mesh.
- Returns:
- (
n_hanging_nodes
,dim
)numpy.ndarray
of
float
Gridded hanging node locations
- (