Skip to main content

mesh:mesh to tetra

Version: 0.0.0

Description

Converts 3D meshes of arbitrary 3D element types into a tetrahedral mesh, output at pin (0). Non 3D elements are ignored. Scopings providing the mapping from resulting nodes & elements to their original ID in the input mesh are provided, output pins (1) & (2) respectively.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
meshabstract_meshed_regionMesh with arbitrary element types.

Outputs

OutputNameExpected type(s)Description
Pin 0meshmeshed_regionTetrahedralized mesh.
Pin 1node_mappingscopingNode mapping.
Pin 2element_mappingscopingElement mapping.

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: mesh

Plugin: core

Scripting name: mesh_to_tetra

Full name: mesh.mesh_to_tetra

Internal name: mesh_to_tetra

License: None

Changelog

  • Version 0.0.0: Initial release.