averaging:elemental difference (field)
Version: 0.0.0
Description
Transforms an Elemental Nodal or Nodal field into an Elemental field. Each elemental value is the maximum difference between the computed result for all nodes in this element. The result is computed on a given element scoping.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | field or fields container with only one field is expected |
| Pin 1 | mesh_scoping | scoping | average only on these entities |
| Pin 7 | mesh | abstract_meshed_region | |
| Pin 10 | through_layers | bool | The maximum elemental difference is taken through the different shell layers if true (default is false). |
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_difference
Full name: averaging.elemental_difference
Internal name: elemental_difference
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.