composite:scope_config_reader
Version: 0.0.0
Description
Reads scope configuration from inputs and outputs a CompositeScopeConfig object.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 108 | ply_ids | vector<string> | Vector of selected plies. |
| Pin 307 | scope_configuration | abstract_data_tree | DataTree with scope configuration: These properties are available: requested_times: optional[double]. Default: Last time step/ load step selected. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | scope_configuration | struct dataProcessing::composite::CompositeScopeConfig | Scope configuration |
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: composite
Plugin: composite
Scripting name: scope_config_reader
Full name: composite.scope_config_reader
Internal name: composite::scope_config_reader
License: None
Changelog
- Version 0.0.0: Initial release.