Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
fieldfield, fields_containerfield or fields container with only one field is expected
Pin 1mesh_scopingscopingaverage only on these entities
Pin 2should_averageboolEach nodal value is divided by the number of elements linked to this node (default is true for discrete quantities).
Pin 4extend_to_mid_nodesboolCompute mid nodes (when available) by averaging the neighbour primary nodes.
Pin 5extend_weights_to_mid_nodesboolExtends weights to mid nodes (when available). Default is false.
Pin 7meshabstract_meshed_region

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield
Pin 1weightproperty_fieldProvides the number of times it was found in the elemental nodal field, for each node. Can be used to average later.

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