fmesher_fem | R Documentation |
Construct finite element structure matrices
fmesher_fem(mesh_loc, mesh_tv, fem_order_max, aniso, options)
mesh_loc |
numeric matrix; mesh vertex coordinates |
mesh_tv |
3-column integer matrix with 0-based vertex indices for each triangle |
fem_order_max |
integer; the highest operator order to compute |
aniso |
If non-NULL, a |
options |
list of triangulation options ( |
A list of matrices
m <- fmesher_rcdt(list(cet_margin = 1), matrix(0, 1, 2))
b <- fmesher_fem(m$s, m$tv, fem_order_max = 2, aniso = NULL, options = list())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.