discretize.TreeMesh.boundary_faces#

TreeMesh.boundary_faces#

Gridded boundary face locations.

This property returns a numpy array of shape (n_boundary_faces, dim) containing the gridded locations of the faces on the boundary of the mesh. The returned quantity is organized np.r_[faces_x, faces_y, faces_z] .

Returns:
(n_boundary_faces, dim) numpy.ndarray of float

Gridded boundary face locations