discretize.SimplexMesh.boundary_faces#
- property SimplexMesh.boundary_faces#
Boundary face locations.
This property returns the locations of the faces on the boundary of the mesh as a numpy array. The shape of the numpy array is the number of boundary faces by the dimension of the mesh.
- Returns:
- (
n_boundary_faces
,dim
)numpy.ndarray
of
float
Boundary faces locations
- (