utility:extract scoping
Version: 0.0.0
Description
Takes a field type object, mesh or a collection of them and extracts its scoping or scopings container.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field_or_fields_container | field, fields_container, property_field, property_fields_container, custom_type_field, custom_type_fields_container, string_field, scoping, scopings_container, meshed_region, meshes_container | |
| Pin 1 | requested_location | int32 | If input 0 is a mesh or a meshes_container, the operator returns the nodes scoping, possible locations are: Nodal(default) or Elemental |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh_scoping | scoping, scopings_container |
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: utility
Plugin: core
Scripting name: None
Full name: None
Internal name: extract_scoping
License: None
Changelog
- Version 0.0.0: Initial release.