mesh:mesh extraction
Version: 0.0.0
Description
Take a mesh and a scoping (elemental or nodal) and create a new mesh that contains this selection only.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | |
| Pin 1 Required | mesh_scoping | scoping | |
| Pin 2 | extension | int32 | Number of extension layer |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | abstract_meshed_region | abstract_meshed_region |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If 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_extraction
Full name: mesh.mesh_extraction
Internal name: mesh_extraction
License: None
Changelog
- Version 0.0.0: Initial release.