Integration scheme for mesh triangle interiors
fm_int_inla_mesh_core(mesh, tri_subset = NULL, nsub = NULL)list with elements loc and weight with
integration points for the mesh
Mesh on which to integrate
Optional triangle index vector for integration on a subset
of the mesh triangles (Default NULL)
number of subdivision points along each triangle edge, giving
(nsub + 1)^2 proto-integration points used to compute
the vertex weights
(default NULL=9, giving 100 integration points for each triangle)
Finn Lindgren finn.lindgren@gmail.com