fm_int_mesh_2d_core | R Documentation |
Integration scheme for mesh triangle interiors
fm_int_mesh_2d_core(mesh, tri_subset = NULL, nsub = NULL)
mesh |
Mesh on which to integrate |
tri_subset |
Optional triangle index vector for integration on a subset
of the mesh triangles (Default |
nsub |
number of subdivision points along each triangle edge, giving
|
list
with elements loc
and weight
with
integration points for the mesh
Finn Lindgren finn.lindgren@gmail.com
str(fm_int_mesh_2d_core(fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.