discretize.TreeMesh.boundary_nodes#
- TreeMesh.boundary_nodes#
Gridded boundary node locations.
This property returns a numpy array of shape (n_boundary_nodes, dim) containing the gridded locations of the nodes on the boundary of the mesh.
- Returns:
- (
n_boundary_nodes
,dim
)numpy.ndarray
of
float
Gridded boundary node locations
- (