graphlow.core.MeshTopology.normalized_cell_adjacency#

MeshTopology.normalized_cell_adjacency(layout: Literal['csr', 'coo'] = 'coo') T#

Materialize normalized cell adjacency.

Parameters:
layoutLiteral[“csr”, “coo”]

Layout of the sparse matrix.

Returns:
T

Backend tensor of shape (n_cells, n_cells). dtype is float with the precision set by the backend.