Description Usage Arguments Examples
returns the mass matrix of a finite element basis
1 2 3 4  | mass_matrix(B)
## S4 method for signature 'FEBasis'
mass_matrix(B)
 | 
B | 
 an object of class   | 
1 2 3  | data(surf_fe)
Mesh <- initFEbasis(p=surf_fe$p, t = surf_fe$t, M = surf_fe$M, K = surf_fe$K)
M <- mass_matrix(Mesh)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.