utility:merge fc to fc field matrices
Version: 0.0.0
Description
Merge fields of fields container into field matrices. The output is a fields container of field matrices.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | fields container to be merged |
| Pin 1 Required | label | string | Label where the merge is required |
| Pin 2 | time_scoping | int32, vector<int32>, scoping | if it's specified, fields container of field matrices is constructed only on the specified time scoping |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container | fields container of field matrices obtained after merging. |
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: utility
Plugin: core
Scripting name: merge::fields_container_matrices_label
Full name: utility.merge::fields_container_matrices_label
Internal name: merge::fields_container_matrices_label
License: None
Changelog
- Version 0.0.0: Initial release.