powered by
Compute effective sizes of faces/cells and vertices in a mesh
fm_sizes(...)# S3 method for fm_mesh_2d fm_sizes(mesh, ...)# S3 method for fm_mesh_3d fm_sizes(mesh, ...)
# S3 method for fm_mesh_2d fm_sizes(mesh, ...)
# S3 method for fm_mesh_3d fm_sizes(mesh, ...)
A list with elements face and vertex for 2D meshes, or cell
list
face
vertex
cell
and vertex for 3D meshes. The elements are vectors of effective sizes of the faces/cells and vertices, respectively.
Passed on to submethods
object of a supported mesh class
str(fm_sizes(fmexample$mesh))
Run the code above in your browser using DataLab