averaging:gauss to node (fields container)
Version: 0.0.0
Description
Extrapolates results available at Gauss or quadrature points to nodal points for a field container. The available elements are: Linear quadrangle, parabolic quadrangle, linear hexagonal, quadratic hexagonal, linear tetrahedral, and quadratic tetrahedral.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 1 | mesh | abstract_meshed_region, meshes_container | The mesh region in this pin is used for extrapolating results available at Gauss or quadrature points to nodal points. |
| Pin 3 | scoping | scoping | Extrapolating results on the selected scoping. If it is a scoping container, the label must correspond to the one of the fields containers. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
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: gauss_to_node_fc
Full name: averaging.gauss_to_node_fc
Internal name: gauss_to_node_fc
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.