Skip to main content

utility:merge supports

Version: 0.0.0

Description

Assembles a set of supports into a unique one.

Inputs

InputNameExpected type(s)Description
Pin -200should_merge_named_selectionsboolFor some result files (such as RST), the scoping on names selection is duplicated through all the distributed files.If this pin is false, the merging process is skipped. If it is true, this scoping is merged. Default is true.
Pin 0
Required
supportsvector<shared_ptr<abstract_field_support>>, abstract_field_supportA vector of supports to merge or supports from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_supportabstract_field_support

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: merge_supports

Full name: utility.merge_supports

Internal name: merge::abstract_support

License: None

Changelog

  • Version 0.0.0: Initial release.