Skip to main content

mesh:from scopings

Version: 0.0.0

Description

Extracts multiple meshed region base on a scoping and saved in a MeshesContainer

Inputs

InputNameExpected type(s)Description
Pin 1
Required
scopings_containerscopings_containerif nodal scoping, then the scoping is transposed respecting the inclusive pin
Pin 2inclusiveint32if 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 3nodes_onlyboolreturns mesh with nodes only (without any elements). Default is false.
Pin 7
Required
meshabstract_meshed_region

Outputs

OutputNameExpected type(s)Description
Pin 0meshesmeshes_container

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