discretize.base.BaseTensorMesh.boundary_nodes#

property BaseTensorMesh.boundary_nodes#

Boundary node locations.

This property returns the locations of the nodes on the boundary of the mesh as a numpy array. The shape of the numpy array is the number of boundary nodes by the dimension of the mesh.

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

Boundary node locations