averaging:extend to mid nodes (field)
Version: 0.0.0
Description
Extends an Elemental Nodal or Nodal field defined on corner nodes to a field defined also on the mid nodes.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | field or fields container with only one field is expected |
| Pin 7 | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| inplace | bool | false | The output is written over the input to save memory if this configuration is set to true. Only supported for nodal fields in input. |
| 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: extend_to_mid_nodes
Full name: averaging.extend_to_mid_nodes
Internal name: extend_to_mid_nodes
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.