discretize.SimplexMesh.simplices#

property SimplexMesh.simplices#

The node indices for all simplexes of the mesh.

This array defines the connectivity of the mesh. For each simplex this array is sorted by the node index.

Returns:
(n_cells, dim + 1) numpy.ndarray of int