graphlow.core.MeshGeometry.cell_local_fem_mass_tet#

MeshGeometry.cell_local_fem_mass_tet(cell_density: T | None = None) T#

Generate the cell-wise local FEM mass matrix on the tet mesh.

Parameters:
cell_density: T

Cell-wise (or global) density.

Returns:
cell_local_mass: T

Cell-wise local mass matrix.