graphlow.core.MeshTopology.point_cell_incidence#

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

Materialize point-cell incidence (PC).

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

Layout of the sparse matrix. Default is “coo”.

Returns:
T

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