min_max:incremental over field
Version: 0.0.0
Description
Compute the component-wise minimum (out 0) and maximum (out 1) over coming fields.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field | |
| Pin 17 | domain_id | int32 |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field_min | field | |
| Pin 1 | field_max | field | |
| Pin 2 | domain_ids_min | scoping | |
| Pin 3 | domain_ids_max | scoping |
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: min_max
Plugin: core
Scripting name: None
Full name: None
Internal name: min_max_inc
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.