utility:assemble scalars to matrix fc
Version: 0.0.0
Description
Take nine scalar fields container and assemble them as a 3x3 matrix fields. If the 'symmetrical' input is set to true, only six field containers are required (xx, yy, zz, xy, xz and yz).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | xx | fields_container | |
| Pin 1 | yy | fields_container | |
| Pin 2 | zz | fields_container | |
| Pin 3 | xy | fields_container | |
| Pin 4 | yz | fields_container | |
| Pin 5 | xz | fields_container | |
| Pin 6 | yx | fields_container | |
| Pin 7 | zy | fields_container | |
| Pin 8 | zx | fields_container | |
| Pin 60 | symmetrical | bool |
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_matrices_fc
License: None
Changelog
- Version 0.0.0: Initial release.