metadata:cyclic mesh expansion
Version: 0.0.0
Description
Expand the mesh.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 7 | sector_meshed_region | abstract_meshed_region, meshes_container | |
| Pin 16 Required | cyclic_support | cyclic_support | |
| Pin 18 | sectors_to_expand | vector<int32>, scoping, scopings_container | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | meshed_region | abstract_meshed_region | expanded meshed region. |
| Pin 1 | cyclic_support | cyclic_support | input cyclic support modified in place containing the new expanded meshed regions. |
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: metadata
Plugin: core
Scripting name: cyclic_mesh_expansion
Full name: metadata.cyclic_mesh_expansion
Internal name: cyclic_expansion_mesh
License: None
Changelog
- Version 0.0.0: Initial release.