Skip to main content

math:overall dot

Version: 0.0.0

Description

Computes a dot product between two fields (fields are seen like a single large vector) and returns a scalar.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldAfield
Pin 1
Required
fieldBfield

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfieldField defined on over-all location, contains a unique scalar value

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: math

Plugin: core

Scripting name: overall_dot

Full name: math.overall_dot

Internal name: native::overall_dot

License: None

Changelog

  • Version 0.0.0: Initial release.