scoping:rescope
Version: 0.0.0
Description
Rescopes a field on the given scoping. If an ID does not exist in the original field, the default value (in 2) is used when defined.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields | fields_container, field | |
| Pin 1 | mesh_scoping | scoping, vector<int32> | |
| Pin 2 | default_value | double, vector<double> | If pin 2 is used, the IDs not found in the field are added with this default value. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields | fields_container, 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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: scoping
Plugin: core
Scripting name: rescope
Full name: scoping.rescope
Internal name: Rescope
License: None
Changelog
- Version 0.0.0: Initial release.