discretize.TreeMesh.boundary_edges#
- TreeMesh.boundary_edges#
Gridded boundary edge locations.
This property returns a numpy array of shape (n_boundary_edges, dim) containing the gridded locations of the edges on the boundary of the mesh. The returned quantity is organized np.r_[edges_x, edges_y, edges_z] .
- Returns:
- (
n_boundary_edges
,dim
)numpy.ndarray
of
float
Gridded boundary edge locations
- (