fm_sizes: fm_sizes

View source: R/fem.R

fm_sizesR Documentation

fm_sizes

Description

[Experimental] 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))


fmesher documentation built on June 12, 2025, 5:09 p.m.