fm_sizes {fmesher} | R Documentation |
fm_sizes
Description
Compute effective sizes of faces/cells and vertices in a mesh
Usage
fm_sizes(...)
## S3 method for class 'fm_mesh_2d'
fm_sizes(mesh, ...)
## S3 method for class 'fm_mesh_3d'
fm_sizes(mesh, ...)
Arguments
... |
Passed on to submethods |
mesh |
object of a supported mesh class |
Value
A list
with elements face
and vertex
for 2D meshes, or cell
and vertex
for 3D meshes. The elements are vectors of effective sizes of
the faces/cells and vertices, respectively.
Examples
str(fm_sizes(fmexample$mesh))
[Package fmesher version 0.5.0 Index]