mapping:apply mechanical native mapping
Version: 0.0.0
Description
Maps source data from source mesh to target mesh (computes interpolation).This operator needs to be used with the prepare mechanical native mapping associated one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | source_mesh | abstract_meshed_region | Source mesh |
| Pin 1 Required | source_mesh_id | int32 | Source mesh id |
| Pin 2 Required | target_mesh | abstract_meshed_region | Target mesh |
| Pin 3 Required | target_mesh_id | int32 | Target mesh id |
| Pin 4 Required | mapping_manager_data | ||
| Pin 5 Required | source_data | fields_container | Source data |
| Pin 6 | target_scoping | scoping | Target scoping the result will be scoped on |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mapped_data | fields_container | Mapped data |
| Pin 1 | apply_output | A Map containing the outputs of the interpolation as a key value pair |
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: mapping
Plugin: N/A
Scripting name: apply_mechanical_native_mapping
Full name: mapping.apply_mechanical_native_mapping
Internal name: mechanical_native_mapping::apply
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.