inla.mesh.fem {INLA} | R Documentation |
Constructs finite element matrices for inla.mesh()
and
inla.mesh.1d()
objects.
inla.mesh.fem(mesh, order = 2)
mesh |
An |
order |
The model order. |
A list of sparse matrices based on basis functions psi_i
:
c0 |
|
c1 |
|
g1 |
|
g2 |
|
gk |
|
Finn Lindgren finn.lindgren@gmail.com