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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | mesh | abstract_meshed_region | |
| Pin 1 | scoping | scoping | Integrate the input field over a specific scoping. |
| Pin 2 | volume_fraction | bool | If true, returns influence volume, area or length. If false, the values are normalized with the element volume, area or length. Default: true. |
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: 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.