mesh:morphed field
Version: 0.0.0
Description
Computes the displacement to apply on input coordinates (in 2) if a morphing field (in 0) is applied on coordinates (in 1)
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | displacement | field, fields_container | expects either a field or a fields container with one field |
| Pin 1 | disp_coordinates | abstract_meshed_region | coordinates on which the displacement field are applied |
| Pin 2 Required | coordinates | field, abstract_meshed_region | coordinates to evaluate |
| Pin 4 | morphing_type | int32 | morphing algorithm to use (0=PrimeRBF, 1=BSpline, 2=TetLinear, 3=TetRBF, 4=FFI) (default is 0) |
| Pin 5 | morphing_manager_data | Morphing Manager Data from prepare_morphing_operator (needed if disp_coordinates not specified). | |
| Pin 6 | sliding_planes | field | Sliding planes |
| Pin 7 | sliding_nodes | scopings_container | Sliding nodes |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | coordinates_displacement | field | displacement of each point of the input coordinates |
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. |
| num_threads | int32 | 1 | |
| run_in_parallel | bool | false | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: mesh
Plugin: N/A
Scripting name: morphed_field
Full name: mesh.morphed_field
Internal name: morphed_field
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.