scoping:on named selection
Version: 0.0.0
Description
provides a scoping at a given location based on a given named selection
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | requested_location | string | |
| Pin 1 Required | named_selection_name | string | the string is expected to be in upper case |
| Pin 2 | int_inclusive | int32 | If element scoping is requested on a nodal named selection, if Inclusive == 1 then add all the elements adjacent to the nodes.If Inclusive == 0, only the elements which have all their nodes in the named selection are included |
| Pin 3 | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh_scoping | 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: scoping
Plugin: core
Scripting name: on_named_selection
Full name: scoping.on_named_selection
Internal name: scoping_provider_by_ns
License: None
Changelog
- Version 0.0.0: Initial release.