averaging:elemental nodal to nodal (field)
Version: 0.0.0
Description
Transforms an Elemental Nodal field into a Nodal field using an averaging process. The result is computed on a given node's 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 2 | should_average | bool | Each nodal value is divided by the number of elements linked to this node (default is true for discrete quantities). |
| Pin 4 | extend_to_mid_nodes | bool | Compute mid nodes (when available) by averaging the neighbour primary nodes. |
| Pin 5 | extend_weights_to_mid_nodes | bool | Extends weights to mid nodes (when available). Default is false. |
| Pin 7 | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | |
| Pin 1 | weight | property_field | Provides the number of times it was found in the elemental nodal field, for each node. Can be used to average later. |
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_nodal_to_nodal
Full name: averaging.elemental_nodal_to_nodal
Internal name: elemental_nodal_To_nodal
License: None
Changelog
- Version 0.0.0: Initial release.