fm_fem | R Documentation |
(...)
fm_fem(mesh, order = 2, ...)
## S3 method for class 'fm_mesh_1d'
fm_fem(mesh, order = 2, ...)
## S3 method for class 'fm_mesh_2d'
fm_fem(mesh, order = 2, aniso = NULL, ...)
## S3 method for class 'inla.mesh.1d'
fm_fem(mesh, order = 2, ...)
## S3 method for class 'inla.mesh'
fm_fem(mesh, order = 2, ...)
## S3 method for class 'fm_tensor'
fm_fem(mesh, order = 2, ...)
mesh |
|
order |
integer |
... |
Currently unused |
aniso |
If non-NULL, a |
fm_fem.fm_mesh_1d
: A list with elements c0
, c1
, g1
, g2
.
When mesh$degree == 2
, also g01
, g02
, and g12
.
fm_fem.fm_mesh_2d
: A list with elements c0
, c1
, g1
, va
, ta
,
and more if order > 1
. When aniso
is non-NULL, also g1aniso
matrices, etc.
fm_fem.fm_tensor
: A list with elements cc
, g1
, g2
.
str(fm_fem(fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.