| inla.mesh.fem {INLA} | R Documentation |
Finite element matrices
Description
Use
fmesher::fm_fem() instead.
Constructs finite element matrices for inla.mesh() and
inla.mesh.1d() objects.
Usage
inla.mesh.fem(mesh, order = 2)
Arguments
mesh |
An |
order |
The model order. |
Value
A list of sparse matrices based on basis functions psi_i:
c0 |
|
c1 |
|
g1 |
|
g2 |
|
gk |
|
Author(s)
Finn Lindgren finn.lindgren@gmail.com
See Also
[Package INLA version 25.06.13 Index]