mesh:morphing
Version: 0.0.0
Description
Applies morphing on a meshed region depending on an input displacement field.
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_mesh | abstract_meshed_region | mesh on which displacement are scoped |
| Pin 2 Required | mesh | abstract_meshed_region | mesh to morph |
| Pin 3 | in_place | bool | Apply in place morhing (the input mesh is changed instead of copied) (default is true) |
| 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 | mesh | abstract_meshed_region | morphed mesh |
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: morphing
Full name: mesh.morphing
Internal name: morphing
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.