result:cyclic expansion
Version: 0.0.0
Description
Expand cyclic results from a fieldsContainer for given sets, sectors and scoping (optionals).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | time_scoping | scoping, vector<int32> | |
| Pin 1 | mesh_scoping | scopings_container, scoping, vector<int32> | |
| Pin 2 Required | fields_container | fields_container | field container with the base and duplicate sectors |
| Pin 3 | harmonic_index | int32 | |
| Pin 5 | bool_rotate_to_global | bool | default is true |
| Pin 6 | map_size_scoping_out | umap<int32,int32> | map provider by scoping adapter |
| Pin 7 | normalization_factor | double | |
| Pin 14 | merge_stages | bool | |
| 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. |
| Pin 19 | phi | double | angle phi in degrees (default value 0.0) |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | FieldsContainer filled in |
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. |
| use_cache | bool | true | Some intermediate data is put in cache if this config is set to true. This option can reduce computation time after the first run. |
Scripting
Category: result
Plugin: core
Scripting name: cyclic_expansion
Full name: result.cyclic_expansion
Internal name: cyclic_expansion
License: None
Changelog
- Version 0.0.0: Initial release.