mesh:node coordinates
Version: 0.0.0
Description
Returns the node coordinates of the mesh(es) in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 7 Required | mesh | abstract_meshed_region, meshes_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | coordinates | field, fields_container | if the input is a meshed region, a field of coordinates is the output, else if the input is a meshes container, a fields container (one field by mesh) is the output |
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: node_coordinates
Full name: mesh.node_coordinates
Internal name: mesh::node_coordinates
License: None
Changelog
- Version 0.0.0: Initial release.