geo:gauss to node (field)
Version: 0.0.0
Description
Extrapolating results available at Gauss or quadrature points to nodal points for one field. 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 | field | field | |
| Pin 1 | scoping | scoping | Scoping to integrate on, if not provided, the one from input field is provided. |
| Pin 7 | mesh | abstract_meshed_region | Mesh to integrate on. |
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: gauss_to_node
Full name: geo.gauss_to_node
Internal name: gauss_to_node
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.