fm_int_mesh_2d_core {fmesher} | R Documentation |
Integration scheme for mesh triangle interiors
Description
Integration scheme for mesh triangle interiors
Usage
fm_int_mesh_2d_core(mesh, tri_subset = NULL, nsub = NULL)
Arguments
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
|
Value
tibble
with columns loc
and weight
with
integration points for the mesh
Author(s)
Finn Lindgren Finn.Lindgren@gmail.com
Examples
str(fm_int_mesh_2d_core(fmexample$mesh))
[Package fmesher version 0.5.0 Index]