FinEtoolsTetsFromTris.meshMethod
mesh(fens, bfes; tetgen_args = "")

Generate tetrahedra to fill volume bounded by triangles.

Arguments

  • fens, bfes: finite element node set and a set of the triangles. A check is run to see whether the triangles form a closed shape (i.e. the boundary is null).
  • tetgen_args: optional arguments to be passed to tetrahedralize(). The default arguments controlled the element size by setting the maximum volume.

Returns

  • nfens, fes: finite element node set and a set of the tetrahedra.