mesh:points from coordinates
Version: 0.0.0
Description
Extract a mesh made of points elements. This mesh is made from input meshes coordinates on the input scopings.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | nodes_to_keep | scoping, scopings_container | |
| Pin 1 Required | mesh | abstract_meshed_region, meshes_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | abstract_meshed_region | abstract_meshed_region |
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: points_from_coordinates
Full name: mesh.points_from_coordinates
Internal name: mesh::points_from_coordinates
License: None
Changelog
- Version 0.0.0: Initial release.