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