You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <strong>Pin 1</strong> <br><spanstyle="background-color:#d93025; color:white; padding:2px6px; border-radius:3px; font-size:0.75em;">Required</span>| threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field)| Precision threshold desired.<br>Case double : the threshold is applied on all the input field.<br>Case field with one value : the threshold is applied on all the input field.<br>Case field with "numComp" values : each threhsold is applied to the corresponding component of the input field.<br>Case field with the same number of values than the input field : quantization is performed component-wise.<br>|
| <strong>Pin 0</strong> <br><spanstyle="background-color:#d93025; color:white; padding:2px6px; border-radius:3px; font-size:0.75em;">Required</span>| input_fc |[`fields_container`](../../core-concepts/dpf-types.md#fields-container)|Fields container to be quantized.|
20
+
| <strong>Pin 1</strong> <br><spanstyle="background-color:#d93025; color:white; padding:2px6px; border-radius:3px; font-size:0.75em;">Required</span>| threshold |[`double`](../../core-concepts/dpf-types.md#standard-types), [`field`](../../core-concepts/dpf-types.md#field), [`fields_container`](../../core-concepts/dpf-types.md#fields-container)|Precision threshold desired.<br>Case double : the threshold is applied on all the fields of the input fields container.<br>Case field with one, numComp or input size values : the threshold is used for each field of the input fields container.<br>Case fields container : the corresponding threshold field is found by matching label.<br>|
21
21
22
22
## Outputs
23
23
24
24
| Output | Name | Expected type(s) | Description |
25
25
|-------|------|------------------|-------------|
26
-
|**Pin 0**| output_fc |[`fields_container`](../../core-concepts/dpf-types.md#fields-container)|Scaled and rounded fields container |
| <strong>Pin 6</strong>| target_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping)| Target scoping the result will be scoped on |
26
26
27
27
## Outputs
28
28
29
29
| Output | Name | Expected type(s) | Description |
30
30
|-------|------|------------------|-------------|
31
-
|**Pin 0**| mapped_data |[`fields_container`](./../../core-concepts/dpf-types.md#fields-container)| Mapped data |
32
-
|**Pin 1**|mapping_warning_codes |[`int32`](./../../core-concepts/dpf-types.md#standard-types)|contains the warning codes from the mapping manager kernel|
31
+
|**Pin 0**| mapped_data |[`fields_container`](../../core-concepts/dpf-types.md#fields-container)| Mapped data |
32
+
|**Pin 1**|apply_output ||A Map containing the outputs of the interpolation as a key value pair|
33
33
34
34
## Configurations
35
35
36
36
| Name| Expected type(s) | Default value | Description |
37
37
|-----|------|----------|-------------|
38
-
|**mutex**|[`bool`](./../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
38
+
|**mutex**|[`bool`](../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region)| Mesh where the source data is defined. |
20
-
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region)| Mesh the data should be mapped on. |
21
-
| <strong>Pin 6</strong>| target_scoping |[`scoping`](./../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
-
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](./../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
19
+
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region)| Mesh where the source data is defined. |
20
+
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region)| Mesh the data should be mapped on. |
21
+
| <strong>Pin 6</strong>| target_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
+
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
23
23
24
24
## Outputs
25
25
26
26
| Output | Name | Expected type(s) | Description |
27
27
|-------|------|------------------|-------------|
28
-
|**Pin 0**| mapping_workflow |[`workflow`](./../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
28
+
|**Pin 0**| mapping_workflow |[`workflow`](../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
29
29
30
30
## Configurations
31
31
32
32
| Name| Expected type(s) | Default value | Description |
33
33
|-----|------|----------|-------------|
34
-
|**mutex**|[`bool`](./../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
34
+
|**mutex**|[`bool`](../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region), [`field`](./../../core-concepts/dpf-types.md#field)| Source mesh. Can be a meshed region or a node coordinates field. |
20
-
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region), [`field`](./../../core-concepts/dpf-types.md#field)| Target mesh. Can be a meshed region or a node coordinates field. |
21
-
| <strong>Pin 6</strong>| target_scoping |[`scoping`](./../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
-
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](./../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
19
+
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`field`](../../core-concepts/dpf-types.md#field)| Source mesh. Can be a meshed region or a node coordinates field. |
20
+
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region), [`field`](../../core-concepts/dpf-types.md#field)| Target mesh. Can be a meshed region or a node coordinates field. |
21
+
| <strong>Pin 6</strong>| target_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
+
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
23
23
24
24
## Outputs
25
25
26
26
| Output | Name | Expected type(s) | Description |
27
27
|-------|------|------------------|-------------|
28
-
|**Pin 0**| mapping_workflow |[`workflow`](./../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
28
+
|**Pin 0**| mapping_workflow |[`workflow`](../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
29
29
30
30
## Configurations
31
31
32
32
| Name| Expected type(s) | Default value | Description |
33
33
|-----|------|----------|-------------|
34
-
|**mutex**|[`bool`](./../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
34
+
|**mutex**|[`bool`](../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region)| Mesh where the source data is defined. |
20
-
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](./../../core-concepts/dpf-types.md#meshed-region)| Mesh the data should be mapped on. |
21
-
| <strong>Pin 6</strong>| target_scoping |[`scoping`](./../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
-
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](./../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
19
+
| <strong>Pin 0</strong>| source_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region)| Mesh where the source data is defined. |
20
+
| <strong>Pin 1</strong>| target_mesh |[`abstract_meshed_region`](../../core-concepts/dpf-types.md#meshed-region)| Mesh the data should be mapped on. |
21
+
| <strong>Pin 6</strong>| target_scoping |[`scoping`](../../core-concepts/dpf-types.md#scoping)| Scoping that restricts the interpolation to a given set of nodes/elements in the target mesh. |
22
+
| <strong>Pin 10</strong>| options_data_tree |[`data_tree`](../../core-concepts/dpf-types.md#data-tree)| DataTree that contains a 'mapping_options' subtree with the mapping options, and a 'data_definition' subtree with 'dimensionality' int and 'location' string attributes that are required by the 'prepare mechanical native mapping' operator (see documentation of this operator to know more about the supported options). |
23
23
24
24
## Outputs
25
25
26
26
| Output | Name | Expected type(s) | Description |
27
27
|-------|------|------------------|-------------|
28
-
|**Pin 0**| mapping_workflow |[`workflow`](./../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
28
+
|**Pin 0**| mapping_workflow |[`workflow`](../../core-concepts/dpf-types.md#workflow)| Workflow with input pin 'source_data'; optionally 'source_mesh', 'target_mesh', 'target_scoping', and 'options_data_tree'; and output pins 'target_data','unmapped_nodes_data','outside_nodes_data','mapping_error_codes', 'source_mesh_id' and 'target_mesh_id. |
29
29
30
30
## Configurations
31
31
32
32
| Name| Expected type(s) | Default value | Description |
33
33
|-----|------|----------|-------------|
34
-
|**mutex**|[`bool`](./../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
34
+
|**mutex**|[`bool`](../../core-concepts/dpf-types.md#standard-types)| false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
0 commit comments