Skip to main content

scoping:on named selection

Version: 0.0.0

Description

provides a scoping at a given location based on a given named selection

Inputs

InputNameExpected type(s)Description
Pin 0
Required
requested_locationstring
Pin 1
Required
named_selection_namestringthe string is expected to be in upper case
Pin 2int_inclusiveint32If 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 3streams_containerstreams_container
Pin 4
Required
data_sourcesdata_sources

Outputs

OutputNameExpected type(s)Description
Pin 0mesh_scopingscoping

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: 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.