graphlow.core.MeshTopology.cell_point_incidence#

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

Materialize cell-point incidence (CP).

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

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

Returns:
T

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