powered by
Internal C++ method.
Compute triangle areas, edge lengths, and vertex-associated areas
fmesher_sizes_mesh2d(mesh_loc, mesh_tv, options)
A list of face, face_edge, and vertex
face
face_edge
vertex
numeric matrix; mesh vertex coordinates
3-column integer matrix with 0-based vertex indices for each triangle
list of triangulation options (sphere_tolerance)
sphere_tolerance
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)
Run the code above in your browser using DataLab