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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fieldA | field | |
| Pin 1 Required | fieldB | field |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | Field defined on over-all location, contains a unique scalar value |
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: 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.