Skip to main content

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

InputNameExpected type(s)Description
Pin 0xxfield
Pin 1yyfield
Pin 2zzfield
Pin 3xyfield
Pin 4yzfield
Pin 5xzfield
Pin 6yxfield
Pin 7zyfield
Pin 8zxfield
Pin 60symmetricalbool

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.