Skip to main content

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

InputNameExpected type(s)Description
Pin 0xxfields_container
Pin 1yyfields_container
Pin 2zzfields_container
Pin 3xyfields_container
Pin 4yzfields_container
Pin 5xzfields_container
Pin 6yxfields_container
Pin 7zyfields_container
Pin 8zxfields_container
Pin 60symmetricalbool

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_container

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_fc

License: None

Changelog

  • Version 0.0.0: Initial release.