Learn R Programming

fmesher (version 0.4.0)

fm_sizes: fm_sizes

Description

[Experimental] Compute effective sizes of faces/cells and vertices in a mesh

Usage

fm_sizes(...)

# S3 method for fm_mesh_2d fm_sizes(mesh, ...)

# S3 method for fm_mesh_3d fm_sizes(mesh, ...)

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.

Arguments

...

Passed on to submethods

mesh

object of a supported mesh class

Examples

Run this code
str(fm_sizes(fmexample$mesh))

Run the code above in your browser using DataLab