get.mesh.2.5D: Get surface mesh from an object of class...

Description Usage Arguments Value See Also

View source: R/simplification.R

Description

Extract the mesh from an object of class RcppSimplification. The mesh is returned as an instance of class mesh.2.5D. The order of the Finite Elements is compliant with the input parameter order.

Usage

1

Arguments

x

An object of class RcppSimplification.

order

Either '1' or '2'. It specifies whether each mesh triangle should be represented by 3 nodes (the triangle vertices) or by 6 nodes (the triangle vertices and midpoints of the triangle edges). These are respectively used for linear (order = 1) and quadratic (order = 2) Finite Elements. Default is order = 1.

Value

A mesh.2.5D object, endowed with the following attributes:

See Also

simplify.mesh.2.5D


meshsimp documentation built on June 20, 2017, 9:05 a.m.