metadata:cyclic support provider
Version: 0.0.0
Description
Read the cyclic support (DPF entity containing necessary information for expansions) and expands the mesh.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 3 | streams_container | streams_container | Streams containing the result file. |
| Pin 4 Required | data_sources | data_sources | data sources containing the result file. |
| Pin 7 | sector_meshed_region | abstract_meshed_region, meshes_container | mesh of the first sector. |
| Pin 15 | expanded_meshed_region | abstract_meshed_region, meshes_container | if this pin is set, expanding the mesh is not necessary. |
| Pin 18 | sectors_to_expand | scoping, scopings_container, vector<int32> | sectors to expand (start at 0), for multistage: use scopings container with 'stage' label. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | cyclic_support | cyclic_support | |
| Pin 1 | sector_meshes | meshes_container |
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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: metadata
Plugin: core
Scripting name: cyclic_support_provider
Full name: metadata.cyclic_support_provider
Internal name: support_provider_cyclic
License: None
Changelog
- Version 0.0.0: Initial release.