Skip to main content

geo:element nodal contribution

Version: 0.0.0

Description

Compute the fraction of the element measure attributed to each node of each element (fraction of the volume for 3D elements, fraction of the area for 2D elements or fraction of the length for 1D elements). It is computed by taking the integral of the shape function associated to each node within each element.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
meshabstract_meshed_region
Pin 1scopingscopingIntegrate the input field over a specific scoping.
Pin 2volume_fractionboolIf true, returns influence volume, area or length. If false, the values are normalized with the element volume, area or length. Default: true.

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

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

Plugin: core

Scripting name: element_nodal_contribution

Full name: geo.element_nodal_contribution

Internal name: element::nodal_contribution

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.