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