averaging:elemental mean (field)
Version: 0.0.0
Description
Computes the average of a multi-entity field, (ElementalNodal -> Elemental), (NodalElemental -> Nodal).
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field | |
| Pin 1 | collapse_shell_layers | bool | If true, shell layers are averaged as well (default is false). |
| Pin 2 | force_averaging | bool | If true you average, if false you just sum. |
| Pin 3 | scoping | scoping | Average only on these elements. If it is a scoping container, the label must correspond to the one of the fields containers. |
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: averaging
Plugin: core
Scripting name: elemental_mean
Full name: averaging.elemental_mean
Internal name: entity_average
License: None
Changelog
- Version 0.0.0: Initial release.