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