| fmesher_sizes_mesh2d | R Documentation |
Internal C++ method.
Compute triangle areas, edge lengths, and vertex-associated areas
fmesher_sizes_mesh2d(mesh_loc, mesh_tv, options)
mesh_loc |
numeric matrix; mesh vertex coordinates |
mesh_tv |
3-column integer matrix with 0-based vertex indices for each triangle |
options |
list of triangulation options ( |
A list of face, face_edge, and vertex
fm_sizes()
mesh <- fm_mesh_2d(
boundary = fm_segm(rbind(c(0,0), c(1,0), c(1,1), c(0, 1)), is.bnd = TRUE)
)
sz <- fm_sizes(mesh)
summary(sz$face)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.