composite:add_default_data
Version: 0.0.0
Description
Adds the defaults to the elements which were removed by the lay-up provider from the requested scope. It also checks if the requested scope contains invalid elements. Call run() to add the defaults because this operator has no direct output.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | time_id | int32 | requested_time_id |
| Pin 1 Required | requested_element_scoping | scoping | requested_element_scoping |
| Pin 7 Required | mesh | abstract_meshed_region | Mesh |
| Pin 300 Required | fields_container | fields_container | fields container to which default values are added |
Outputs
| Output | Name | Expected type(s) | Description |
|---|
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: composite
Plugin: composite
Scripting name: add_default_data
Full name: composite.add_default_data
Internal name: composite::add_default_data
License: None
Changelog
- Version 0.0.0: Initial release.