discretize.base.BaseRegularMesh.boundary_edges#
- property BaseRegularMesh.boundary_edges#
Boundary edge locations.
This property returns the locations of the edges on the boundary of the mesh as a numpy array. The shape of the numpy array is the number of boundary edges by the dimension of the mesh.
- Returns:
- (
n_boundary_edges
,dim
)numpy.ndarray
of
float
Boundary edge locations
- (