utility:assemble scalars to vector fc
Version: 0.0.0
Description
Takes three scalar fields container and assembles them as a 3D vector fields container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | x | fields_container | |
| Pin 1 | y | fields_container | |
| Pin 2 | z | fields_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_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. |
Scripting
Category: utility
Plugin: core
Scripting name: None
Full name: None
Internal name: assemble_scalars_to_vectors_fc
License: None
Changelog
- Version 0.0.0: Initial release.