mesh:from scopings
Version: 0.0.0
Description
Extracts multiple meshed region base on a scoping and saved in a MeshesContainer
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 Required | scopings_container | scopings_container | if nodal scoping, then the scoping is transposed respecting the inclusive pin |
| Pin 2 | inclusive | int32 | if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
| Pin 3 | nodes_only | bool | returns mesh with nodes only (without any elements). Default is false. |
| Pin 7 Required | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | meshes | meshes_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: mesh
Plugin: core
Scripting name: from_scopings
Full name: mesh.from_scopings
Internal name: meshes::by_scopings
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.