mass.FEM | R Documentation |
mass.FEM produces the mass matrix containing integrals of products of the nodal functions.
mass.FEM(FEMbasis)
FEMbasis |
A List object produced by function
|
A matrix k0
: the nnod
by nnod
matrix of sums
of products of nodal basis functions.
For each element i, the integral of the product
of the j'th and k'th shape functions over the i'th element is
computed. Then that value is the
(nodeindex[i,j],nodeindex[i,k])
entry of the i'th elemental
mass matrix.
Jim Ramsay
Sangalli, Laura M., Ramsay, James O., Ramsay, Timothy O. (2013), Spatial spline regression models, Journal of the Royal Statistical Society, Series B, 75, 681-703.
stiff.FEM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.