scoping:connectivity ids
Version: 0.0.0
Description
Returns the ordered node ids corresponding to the element ids scoping in input. For each element the node ids are its connectivity.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 Required | mesh_scoping | scoping | Elemental scoping |
| Pin 7 | mesh | abstract_meshed_region | the support of the scoping is expected if there is no mesh in input |
| Pin 10 | take_mid_nodes | bool | default is true |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh_scoping | scoping | |
| Pin 1 | elemental_scoping | scoping | same as the input scoping but with ids duplicated to have the same size as nodal output 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: connectivity_ids
Full name: scoping.connectivity_ids
Internal name: scoping::connectivity_ids
License: None
Changelog
- Version 0.0.0: Initial release.