mass.FEM {SpatialfdaR} | R Documentation |
Compute the mass matrix for a finite element basis.
Description
mass.FEM produces the mass matrix containing integrals of products of the nodal functions.
Usage
mass.FEM(FEMbasis)
Arguments
FEMbasis |
A List object produced by function
|
Value
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.
Author(s)
Jim Ramsay
References
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.