Mesh.degree_matrix
- Mesh.degree_matrix(rtype='array')[source]
Compute the degree matrix of the mesh.
- Parameters:
- rtypeLiteral[‘array’, ‘csc’, ‘csr’, ‘coo’, ‘list’], optional
Format of the result.
- Returns:
- array-like
The degree matrix.
Site Navigation
Compute the degree matrix of the mesh.
Format of the result.
The degree matrix.